diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 02:18:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 02:18:42 +0000 |
commit | 179ffb043385b9a10f9110339c88c16280901983 (patch) | |
tree | 0a89f51b648ed0d2f4b5bc76edbb053eb72ff489 /sysdeps/unix/sysv/irix4 | |
parent | 7adf06d755147cc350b844505a0f3dfb5e87e804 (diff) | |
download | glibc-179ffb043385b9a10f9110339c88c16280901983.tar.gz glibc-179ffb043385b9a10f9110339c88c16280901983.tar.xz glibc-179ffb043385b9a10f9110339c88c16280901983.zip |
2002-08-04 Roland McGrath <roland@redhat.com>
* stdlib/lrand48_r.c: Add libc_hidden_def.
Diffstat (limited to 'sysdeps/unix/sysv/irix4')
-rw-r--r-- | sysdeps/unix/sysv/irix4/setpriority.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/irix4/setpriority.c b/sysdeps/unix/sysv/irix4/setpriority.c index 9254ed4268..99353187f6 100644 --- a/sysdeps/unix/sysv/irix4/setpriority.c +++ b/sysdeps/unix/sysv/irix4/setpriority.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1996, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1994,96,97,2000,02 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 @@ -39,3 +39,4 @@ setpriority (which, who, prio) __set_errno (EINVAL); return -1; } +libc_hidden_def (setpriority) |