summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-09 23:52:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-09 23:52:08 +0000
commita14d2af9588a3cd0d414d6e19669d3c01b143ccf (patch)
tree1385870ec6b480e765ae3a0d568ca7b70fd469d1 /cpukit/posix/include/rtems
parentUsed macro instead of hard coded number. (diff)
downloadrtems-a14d2af9588a3cd0d414d6e19669d3c01b143ccf.tar.bz2
Changed name from entry to thread_entry to be more compatible with
Ada interface where entry is a keyword.
Diffstat (limited to 'cpukit/posix/include/rtems')
-rw-r--r--cpukit/posix/include/rtems/posix/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index a0851ad77f..ff1ec637e5 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -38,7 +38,7 @@ extern "C" {
*/
typedef struct {
- void *(*entry)(void *);
+ void *(*thread_entry)(void *);
} posix_initialization_threads_table;
typedef struct {