summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-08 05:02:08 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-08 05:02:08 +0000
commit99aa495ff35864383680f9773b3cb44040acca08 (patch)
treeb56aebc8e61c8323f75a205df7c902374597132a /libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c
parenta25d5bd4971bb460bd87c684d066fd58359faf32 (diff)
downloaduClibc-alpine-99aa495ff35864383680f9773b3cb44040acca08.tar.bz2
uClibc-alpine-99aa495ff35864383680f9773b3cb44040acca08.tar.xz
NPTL changes for signal handling, getpid, sleep, raise and a few things
for new librt code. Also cleaned up the makefiles.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c
index e9c2b6e79..9d16fee56 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mq_notify.c
@@ -282,6 +282,4 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification)
return retval;
}
-#else
-# include <sysdeps/generic/mq_notify.c>
#endif