summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-11 08:06:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-11 08:06:06 +0100
commit96c4112d453b23236bc0ae65b60263bafba04854 (patch)
tree4f1e655e6c6cdea862bf94bf3543721c6083d4f6 /cpukit/posix
parentposix: Fix NULL pointer access in pthread_create() (diff)
downloadrtems-96c4112d453b23236bc0ae65b60263bafba04854.tar.bz2
posix: Regenerate
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/preinstall.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/preinstall.am b/cpukit/posix/preinstall.am
index d8ca9cdf26..d0f36f9cc3 100644
--- a/cpukit/posix/preinstall.am
+++ b/cpukit/posix/preinstall.am
@@ -164,3 +164,5 @@ $(PROJECT_INCLUDE)/rtems/posix/spinlockimpl.h: include/rtems/posix/spinlockimpl.
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/spinlockimpl.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/spinlockimpl.h
endif
+if HAS_PTHREADS
+endif