mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove __wur from setfsuid and setfsgid.
This commit is contained in:
parent
7756ba9d6d
commit
ccdad15df5
@ -1,3 +1,8 @@
|
||||
2013-04-17 Adam Conrad <adconrad@0c3.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
|
||||
and setfsgid.
|
||||
|
||||
2013-04-17 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* configure.in: Remove i386 configure warning. Remove i386 case.
|
||||
|
@ -25,10 +25,10 @@ __BEGIN_DECLS
|
||||
|
||||
/* Change uid used for file access control to UID, without affecting
|
||||
other privileges (such as who can send signals at the process). */
|
||||
extern int setfsuid (__uid_t __uid) __THROW __wur;
|
||||
extern int setfsuid (__uid_t __uid) __THROW;
|
||||
|
||||
/* Ditto for group id. */
|
||||
extern int setfsgid (__gid_t __gid) __THROW __wur;
|
||||
extern int setfsgid (__gid_t __gid) __THROW;
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user