From 179ffb043385b9a10f9110339c88c16280901983 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Aug 2002 02:18:42 +0000 Subject: 2002-08-04 Roland McGrath * stdlib/lrand48_r.c: Add libc_hidden_def. --- sysdeps/unix/sysv/irix4/setpriority.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps') 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) -- cgit v1.2.3