diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-21 15:14:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-21 15:14:34 +0000 |
commit | 7471881d52c4ac19b9d74b90873a9c07d19b5a44 (patch) | |
tree | bc22afa180c7a9ec4ff5296dc1df3215e9f3b4d8 | |
parent | a4189240309f88690f7234267c02b4da1628ed93 (diff) | |
download | glibc-7471881d52c4ac19b9d74b90873a9c07d19b5a44.tar glibc-7471881d52c4ac19b9d74b90873a9c07d19b5a44.tar.gz glibc-7471881d52c4ac19b9d74b90873a9c07d19b5a44.tar.bz2 glibc-7471881d52c4ac19b9d74b90873a9c07d19b5a44.zip |
Linux/ARM implementation of setreuid.
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/setreuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/setreuid.c b/sysdeps/unix/sysv/linux/arm/setreuid.c new file mode 100644 index 0000000000..8ad61226e9 --- /dev/null +++ b/sysdeps/unix/sysv/linux/arm/setreuid.c @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/i386/setreuid.c> |