summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:54:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:54:40 +0000
commit8a2943aab0e210b8aa465eeb8e4b22f6c7ca3c58 (patch)
treeb6c68a5cdb85abd2c4ee2f17bf736a99facd32ca /c/src
parentNow install utsname.h. (diff)
downloadrtems-8a2943aab0e210b8aa465eeb8e4b22f6c7ca3c58.tar.bz2
Now install some header files that existed but were not previously
installed.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/posix/include/wrap/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/wrap/Makefile.in b/c/src/exec/posix/include/wrap/Makefile.in
index 3a43b9e070..f54130edaa 100644
--- a/c/src/exec/posix/include/wrap/Makefile.in
+++ b/c/src/exec/posix/include/wrap/Makefile.in
@@ -17,7 +17,7 @@ VPATH = @srcdir@
# RTEMS unistd.h needs to be checked against newlib's and removed
#H_PIECES= aio devctl intr mqueue semaphore
-H_PIECES= pthread sched
+H_PIECES= pthread sched aio mqueue semaphore
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
SRCS=$(H_FILES)