diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-04 23:15:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-04 23:15:56 +0000 |
commit | f7c85819fdb3f9fc0e239fb81f4d6a5aab15a2d1 (patch) | |
tree | f3e48e5d6929fc5927b9e831177a4bd484d5af47 /sysdeps/unix/common | |
parent | 336270d0f1106c5d4bca181fa47dc30337b4d8c2 (diff) | |
download | glibc-f7c85819fdb3f9fc0e239fb81f4d6a5aab15a2d1.tar.gz |
Merge sysdeps/unix/common into sysdeps/unix.
Diffstat (limited to 'sysdeps/unix/common')
-rw-r--r-- | sysdeps/unix/common/syscalls.list | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysdeps/unix/common/syscalls.list b/sysdeps/unix/common/syscalls.list deleted file mode 100644 index f0a5ea0a65..0000000000 --- a/sysdeps/unix/common/syscalls.list +++ /dev/null @@ -1,15 +0,0 @@ -# File name Caller Syscall name # args Strong name Weak names - -adjtime - adjtime i:pp __adjtime adjtime -fchmod - fchmod i:ii __fchmod fchmod -fchown - fchown i:iii __fchown fchown -ftruncate - ftruncate i:ii __ftruncate ftruncate -getrusage - getrusage i:ip __getrusage getrusage -gettimeofday - gettimeofday i:PP __gettimeofday gettimeofday __gettimeofday_internal -settimeofday - settimeofday i:PP __settimeofday settimeofday -setpgid - setpgrp i:ii __setpgid setpgid -setregid - setregid i:ii __setregid setregid -setreuid - setreuid i:ii __setreuid setreuid -sigaction - sigaction i:ipp __sigaction sigaction -truncate - truncate i:si __truncate truncate -vhangup - vhangup i:i vhangup |