summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/seteuid.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-14 02:23:51 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-14 02:23:51 +0000
commit61aa0b16faabc7889c554a728d202f8b5d5f2809 (patch)
tree3c3f04f2593035a53fcceb99bf1dd5fd41705b77 /libc/sysdeps/linux/common/seteuid.c
parent0fc9ef37b6d599168cb6ef2bed056ba2a658a4ec (diff)
another missed hidden
Diffstat (limited to 'libc/sysdeps/linux/common/seteuid.c')
-rw-r--r--libc/sysdeps/linux/common/seteuid.c1
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)