OSDN Git Service

I messed up the comment
authorEric Andersen <andersen@codepoet.org>
Fri, 27 Apr 2001 19:25:42 +0000 (19:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 27 Apr 2001 19:25:42 +0000 (19:25 -0000)
ldso/ldso/i386/dl-syscalls.h
ldso/ldso/i386/ld_syscalls.h
ldso/ldso/i386/syscalls.h
ldso/ldso/m68k/dl-syscalls.h
ldso/ldso/m68k/ld_syscalls.h
ldso/ldso/m68k/syscalls.h
ldso/ldso/sparc/dl-syscalls.h
ldso/ldso/sparc/ld_syscalls.h
ldso/ldso/sparc/syscalls.h

index 263dc5a..a9adb23 100644 (file)
@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
-
+ * linked. */
 
 #undef __syscall_return
 #define __syscall_return(type, res) \
index 263dc5a..a9adb23 100644 (file)
@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
-
+ * linked. */
 
 #undef __syscall_return
 #define __syscall_return(type, res) \
index 263dc5a..a9adb23 100644 (file)
@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
-
+ * linked. */
 
 #undef __syscall_return
 #define __syscall_return(type, res) \
index 908f5ac..cc9c8b9 100644 (file)
@@ -5,12 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
+ * linked. */
 
 #define __syscall_return(type, res) \
 do { \
index 908f5ac..cc9c8b9 100644 (file)
@@ -5,12 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
+ * linked. */
 
 #define __syscall_return(type, res) \
 do { \
index 908f5ac..cc9c8b9 100644 (file)
@@ -5,12 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
+ * linked. */
 
 #define __syscall_return(type, res) \
 do { \
index c2b7e55..f62e641 100644 (file)
@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
-
+ * linked. */
 
 #define _syscall0(type,name) \
 type name(void) \
index c2b7e55..f62e641 100644 (file)
@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
-
+ * linked. */
 
 #define _syscall0(type,name) \
 type name(void) \
index c2b7e55..f62e641 100644 (file)
@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
- * linked.
-   by the dynamic linker.  The idea is that we want to be able
-   to call these before the errno symbol is dynamicly linked, so
-   we use our own version here.  Note that we cannot assume any
-   dynamic linking at all, so we cannot return any error codes.
-   We just punt if there is an error. */
-
+ * linked. */
 
 #define _syscall0(type,name) \
 type name(void) \