about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-31 10:25:10 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-31 10:25:10 +0000
commitf7f7f8150a52fd01eeedf17fa241d9cc0cf36842 (patch)
treeeef37117ca6e8108eb20b0c0411d2a5486386361 /nptl
parent245eab025f92980428a499e6d7f4845f6ceaadc8 (diff)
downloadglibc-f7f7f8150a52fd01eeedf17fa241d9cc0cf36842.tar.gz
glibc-f7f7f8150a52fd01eeedf17fa241d9cc0cf36842.tar.xz
glibc-f7f7f8150a52fd01eeedf17fa241d9cc0cf36842.zip
Update.
	* include/time.h: Add libc_hidden_proto for __nanosleep.
	* sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
	* sysdeps/mach/nanosleep.c: Likewise.
	* sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/libc-cancellation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/libc-cancellation.c b/nptl/libc-cancellation.c
index 1db99ea18a..713ac8ecea 100644
--- a/nptl/libc-cancellation.c
+++ b/nptl/libc-cancellation.c
@@ -23,7 +23,7 @@
 #include "atomic.h"
 
 
-#if !defined NOT_IN_libc
+#ifndef NOT_IN_libc
 
 /* The next two functions are similar to pthread_setcanceltype() but
    more specialized for the use in the cancelable functions like write().