From f7f7f8150a52fd01eeedf17fa241d9cc0cf36842 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Dec 2002 10:25:10 +0000 Subject: 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. --- nptl/libc-cancellation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl') 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(). -- cgit 1.4.1