about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/irix4/getpriority.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/irix4/getpriority.c')
-rw-r--r--sysdeps/unix/sysv/irix4/getpriority.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/irix4/getpriority.c b/sysdeps/unix/sysv/irix4/getpriority.c
index 9fc2be963e..baf945e54c 100644
--- a/sysdeps/unix/sysv/irix4/getpriority.c
+++ b/sysdeps/unix/sysv/irix4/getpriority.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
@@ -44,3 +44,4 @@ getpriority (which, who)
   __set_errno (EINVAL);
   return -1;
 }
+libc_hidden_def (getpriority)