diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-26 03:59:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-26 03:59:27 +0000 |
commit | c14e4c326d6b916112d03994105ddd3389515954 (patch) | |
tree | a6eacdb0d006783dd21626b55c4b37d98905329a /sysdeps/unix/sysv/linux/syscall.h | |
parent | f44f9c33dff32b1f9f257ec855bbb7261c028039 (diff) | |
download | glibc-c14e4c326d6b916112d03994105ddd3389515954.tar.gz glibc-c14e4c326d6b916112d03994105ddd3389515954.tar.xz glibc-c14e4c326d6b916112d03994105ddd3389515954.zip |
* hurd/hurdstartup.c (_hurd_startup): Use new
exec_startup_get_info RPC from exec_startup.defs in place of old exec_startup from exec.defs. Remove kludge to guess user entry and phdr locations, since the new RPC gives us that info. * sysdeps/generic/_strerror.c: Undo last change.
Diffstat (limited to 'sysdeps/unix/sysv/linux/syscall.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/syscall.h | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/sysdeps/unix/sysv/linux/syscall.h b/sysdeps/unix/sysv/linux/syscall.h index fe6cfcf84c..efe285c1fe 100644 --- a/sysdeps/unix/sysv/linux/syscall.h +++ b/sysdeps/unix/sysv/linux/syscall.h @@ -25,34 +25,10 @@ Cambridge, MA 02139, USA. */ #include <asm/unistd.h> /* Among the system calls defined there are - _dup2 - _mkdir - _rmdir - _readlink - _symlink - _rename - _swapon - _access - _select - _getgroups - _setgroups - _getitimer - _setitimer _setdomainname - _getrlimit - _setrlimit - _getrusage - _getpriority - _setpriority - _truncate - _ftruncate - _setpgid - _fchmod _fchdir - _fchown - _setregid - _setreuid - _vhangup + _readv + _writev (This is a hack for the autoconf mechanism. Don't change a single character, esp white spaces, unless you know what you are doing!) */ |