summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/irix4
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-05 02:18:42 +0000
committerRoland McGrath <roland@gnu.org>2002-08-05 02:18:42 +0000
commit179ffb043385b9a10f9110339c88c16280901983 (patch)
tree0a89f51b648ed0d2f4b5bc76edbb053eb72ff489 /sysdeps/unix/sysv/irix4
parent7adf06d755147cc350b844505a0f3dfb5e87e804 (diff)
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.c3
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)