mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
Add __nanosleep alias.
This commit is contained in:
parent
55883ce3ea
commit
3a9b73da1f
@ -105,6 +105,7 @@ CANCELABLE_SYSCALL (int, msync, (__ptr_t addr, size_t length, int flags),
|
|||||||
CANCELABLE_SYSCALL (int, nanosleep, (const struct timespec *requested_time,
|
CANCELABLE_SYSCALL (int, nanosleep, (const struct timespec *requested_time,
|
||||||
struct timespec *remaining),
|
struct timespec *remaining),
|
||||||
(requested_time, remaining))
|
(requested_time, remaining))
|
||||||
|
strong_alias (nanosleep, __nanosleep)
|
||||||
|
|
||||||
|
|
||||||
/* open(2). */
|
/* open(2). */
|
||||||
|
Loading…
Reference in New Issue
Block a user