diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-12 10:53:04 +0800 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-12 10:53:04 +0800 |
commit | dc70356cbfc649af8e39c9a8d509fefd766fa8ef (patch) | |
tree | 1183fe5797332d424dd803f36c1ebda53ebe7324 /sysdeps | |
parent | 9fb1a21f4d33c4c82719d6130e149eb2c5a51ae8 (diff) | |
download | glibc-dc70356cbfc649af8e39c9a8d509fefd766fa8ef.tar.gz glibc-dc70356cbfc649af8e39c9a8d509fefd766fa8ef.tar.xz glibc-dc70356cbfc649af8e39c9a8d509fefd766fa8ef.zip |
Avoid dup3 PLT usage.
Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/syscalls.list b/sysdeps/unix/syscalls.list index 5c696b31cb..39c40ed7f6 100644 --- a/sysdeps/unix/syscalls.list +++ b/sysdeps/unix/syscalls.list @@ -10,7 +10,7 @@ chroot - chroot i:s chroot close - close Ci:i __libc_close __close close dup - dup i:i __dup dup dup2 - dup2 i:ii __dup2 dup2 -dup3 - dup3 i:iii dup3 +dup3 - dup3 i:iii __dup3 dup3 fchdir - fchdir i:i __fchdir fchdir fchmod - fchmod i:ii __fchmod fchmod fchown - fchown i:iii __fchown fchown |