diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 02:23:51 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 02:23:51 +0000 |
commit | 61aa0b16faabc7889c554a728d202f8b5d5f2809 (patch) | |
tree | 3c3f04f2593035a53fcceb99bf1dd5fd41705b77 | |
parent | 0fc9ef37b6d599168cb6ef2bed056ba2a658a4ec (diff) |
another missed hidden
-rw-r--r-- | libc/sysdeps/linux/common/seteuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/seteuid.c b/libc/sysdeps/linux/common/seteuid.c index aeb6356e5..dea919c3b 100644 --- a/libc/sysdeps/linux/common/seteuid.c +++ b/libc/sysdeps/linux/common/seteuid.c @@ -36,3 +36,4 @@ int seteuid(uid_t uid) return result; } libc_hidden_proto(seteuid) +libc_hidden_def(seteuid) |