summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 18:40:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 18:40:30 +0000
commit63edcf242a2cd5d53537bae95943b5fcd0eed5fe (patch)
treeef89e3990ce24e032e35edd2807d77e0c3561a1a /c/src/exec/posix/src/Makefile.in
parentWrong routine was initially cut into this file. (diff)
downloadrtems-63edcf242a2cd5d53537bae95943b5fcd0eed5fe.tar.bz2
Split key.c into multiple files.
Diffstat (limited to 'c/src/exec/posix/src/Makefile.in')
-rw-r--r--c/src/exec/posix/src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index 9a791dc7a7..39a7fcb86a 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -26,6 +26,9 @@ CONDITION_VARIABLE_C_PIECES= cond condattrdestroy condattrgetpshared \
condattrinit condattrsetpshared condbroadcast conddefaultattributes \
condmp condsignal condsignalsupp condtimedwait condwait condwaitsupp
+KEY_C_PIECES= key keycreate keydelete keygetspecific keyrundestructors \
+ keysetspecific
+
MESSAGE_QUEUE_C_PIECES= mqueue mqueueclose mqueuecreatesupp mqueuedeletesupp \
mqueuegetattr mqueuenametoid mqueuenotify mqueueopen mqueuereceive \
mqueuerecvsupp mqueuesend mqueuesendsupp mqueuesetattr \
@@ -67,7 +70,7 @@ TIME_C_PIECES= time posixtimespecsubtract posixtimespectointerval \
clockgetres clockgettime clocksetenableattr clocksettime nanosleep
C_PIECES = adasupp $(CONDITION_VARIABLE_C_PIECES) \
- getpid key $(MESSAGE_QUEUE_C_PIECES) \
+ getpid $(KEY_C_PIECES) $(MESSAGE_QUEUE_C_PIECES) \
$(MUTEX_C_PIECES) $(PTHREAD_C_PIECES) \
$(PSIGNAL_C_PIECES) ptimer sched $(SEMAPHORE_C_PIECES) \
$(TIME_C_PIECES) types unistd $(ENOSYS_C_PIECES) \