summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/syscall.h')
-rw-r--r--sysdeps/unix/sysv/linux/syscall.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/linux/syscall.h b/sysdeps/unix/sysv/linux/syscall.h
index efe285c1fe..62fca57d70 100644
--- a/sysdeps/unix/sysv/linux/syscall.h
+++ b/sysdeps/unix/sysv/linux/syscall.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -24,12 +24,4 @@ Cambridge, MA 02139, USA. */
from the kernel sources. */
#include <asm/unistd.h>
-/* Among the system calls defined there are
- _setdomainname
- _fchdir
- _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!) */
-
#endif