summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/pthread.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 21:40:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 21:40:52 +0000
commitc627b2a3a1ca1a6aca1c20e133db0f95a65a71fb (patch)
tree8b369a80629ad635519105f923e1ca5a2a2bc87c /c/src/exec/posix/include/rtems/posix/pthread.h
parentadded maximum keys (diff)
downloadrtems-c627b2a3a1ca1a6aca1c20e133db0f95a65a71fb.tar.bz2
split the inclusion of "EXTERN" data based on whether it was sapi,
score, rtems api, or posix api related.
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/pthread.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/pthread.h b/c/src/exec/posix/include/rtems/posix/pthread.h
index 1ec9d9f193..9dca4705b7 100644
--- a/c/src/exec/posix/include/rtems/posix/pthread.h
+++ b/c/src/exec/posix/include/rtems/posix/pthread.h
@@ -35,15 +35,15 @@ typedef Thread_Control POSIX_Threads_Control;
* this class of objects.
*/
-EXTERN Objects_Information _POSIX_Threads_Information;
+POSIX_EXTERN Objects_Information _POSIX_Threads_Information;
/*
* These are used to manage the user initialization tasks.
*/
-EXTERN posix_initialization_tasks_table
+POSIX_EXTERN posix_initialization_tasks_table
*_POSIX_Threads_User_initialization_tasks;
-EXTERN unsigned32 _POSIX_Threads_Number_of_initialization_tasks;
+POSIX_EXTERN unsigned32 _POSIX_Threads_Number_of_initialization_tasks;
/*