1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* 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.
This commit is contained in:
Ulrich Drepper
2002-12-31 10:25:10 +00:00
parent 245eab025f
commit f7f7f8150a
7 changed files with 14 additions and 4 deletions

View File

@ -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().