summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignal.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:10:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:10:04 +0000
commit7d9ec2d10cfefcf2d68f51496bfe23253d9d948c (patch)
tree0f359ed7949e7250c486d9f22af1eb8c27288474 /cpukit/posix/src/psignal.c
parent2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7d9ec2d10cfefcf2d68f51496bfe23253d9d948c.tar.bz2
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]) * src/psignal.c: #include <string.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/psignal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c
index f5e4ea17f9..1fac3be1fc 100644
--- a/cpukit/posix/src/psignal.c
+++ b/cpukit/posix/src/psignal.c
@@ -10,6 +10,7 @@
#include <errno.h>
#include <pthread.h>
#include <signal.h>
+#include <string.h> /* memcpy */
#include <rtems/system.h>
#include <rtems/score/isr.h>