summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-19 13:01:57 +0000
committerru <ru@FreeBSD.org>2001-10-19 13:01:57 +0000
commitff3f213cbf5133bb0c61419e8d8cf714e808d777 (patch)
tree1746bcb9d2b8498be835d2b909314842d4693900 /lib/libc
parent45cd307781158ac17aad6bed48512e62dade5521 (diff)
downloadFreeBSD-src-ff3f213cbf5133bb0c61419e8d8cf714e808d777.zip
FreeBSD-src-ff3f213cbf5133bb0c61419e8d8cf714e808d777.tar.gz
signanosleep(2) hasn't existed since 1998.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/include/namespace.h1
-rw-r--r--lib/libc/include/un-namespace.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h
index 59143f6..9d01520 100644
--- a/lib/libc/include/namespace.h
+++ b/lib/libc/include/namespace.h
@@ -142,7 +142,6 @@
#define sendfile _sendfile
#define shutdown _shutdown
#define sigaltstack _sigaltstack
-#define signanosleep _signanosleep
#define sigpending _sigpending
#define sigreturn _sigreturn
#define sigsetmask _sigsetmask
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h
index 9290a99..21f099c 100644
--- a/lib/libc/include/un-namespace.h
+++ b/lib/libc/include/un-namespace.h
@@ -113,7 +113,6 @@
#undef sendfile
#undef shutdown
#undef sigaltstack
-#undef signanosleep
#undef sigpending
#undef sigreturn
#undef sigsetmask
OpenPOWER on IntegriCloud