diff options
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/nanosleep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/nanosleep.c b/sysdeps/generic/nanosleep.c index 0ff7036c5c..7a2138b6f1 100644 --- a/sysdeps/generic/nanosleep.c +++ b/sysdeps/generic/nanosleep.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,5 +31,6 @@ __libc_nanosleep (const struct timespec *requested_time, stub_warning (nanosleep) weak_alias (__libc_nanosleep, __nanosleep) +libc_hidden_def (__nanosleep) weak_alias (__libc_nanosleep, nanosleep) #include <stub-tag.h> |