mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
2002-08-03 Roland McGrath <roland@redhat.com>
* include/sys/resource.h: Use libc_hidden_proto for getpriority, setpriority. * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def. * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. * sysdeps/mach/hurd/setpriority.c: Likewise. * sysdeps/mach/hurd/getpriority.c: Likewise. * sysdeps/generic/setpriority.c: Likewise. * sysdeps/generic/getpriority.c: Likewise.
This commit is contained in:
parent
237b9f1c7b
commit
e38327be06
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user