~ubuntu-branches/ubuntu/quantal/uclibc/quantal

« back to all changes in this revision

Viewing changes to libc/sysdeps/linux/common/seteuid.c

  • Committer: Bazaar Package Importer
  • Author(s): Hector Oron
  • Date: 2011-06-11 03:06:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110611030620-ywjfvyuqvrpsm282
Tags: 0.9.32-1
* New upstream release
* Add myself as maintainer
* Bump standards version 
* Add Vcs-Git, Vcs-Browser and Homepage fields
* Add watch file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#undef __NR_setresuid32
17
17
#endif
18
18
 
19
 
libc_hidden_proto(seteuid)
20
 
 
21
 
#if (defined __NR_setresuid || defined __NR_setresuid32) && defined __USE_GNU
22
 
libc_hidden_proto(setresuid)
23
 
#endif
24
 
libc_hidden_proto(setreuid)
25
 
 
26
19
int seteuid(uid_t uid)
27
20
{
28
21
    int result;