Browse Source

I messed up the comment

Eric Andersen 24 years ago
parent
commit
081bde3695

+ 1 - 7
ldso/ldso/i386/dl-syscalls.h

@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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
 #undef __syscall_return
 #define __syscall_return(type, res) \
 #define __syscall_return(type, res) \

+ 1 - 7
ldso/ldso/i386/ld_syscalls.h

@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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
 #undef __syscall_return
 #define __syscall_return(type, res) \
 #define __syscall_return(type, res) \

+ 1 - 7
ldso/ldso/i386/syscalls.h

@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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
 #undef __syscall_return
 #define __syscall_return(type, res) \
 #define __syscall_return(type, res) \

+ 1 - 6
ldso/ldso/m68k/dl-syscalls.h

@@ -5,12 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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) \
 #define __syscall_return(type, res) \
 do { \
 do { \

+ 1 - 6
ldso/ldso/m68k/ld_syscalls.h

@@ -5,12 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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) \
 #define __syscall_return(type, res) \
 do { \
 do { \

+ 1 - 6
ldso/ldso/m68k/syscalls.h

@@ -5,12 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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) \
 #define __syscall_return(type, res) \
 do { \
 do { \

+ 1 - 7
ldso/ldso/sparc/dl-syscalls.h

@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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) \
 #define _syscall0(type,name) \
 type name(void) \
 type name(void) \

+ 1 - 7
ldso/ldso/sparc/ld_syscalls.h

@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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) \
 #define _syscall0(type,name) \
 type name(void) \
 type name(void) \

+ 1 - 7
ldso/ldso/sparc/syscalls.h

@@ -5,13 +5,7 @@
  * system calls.  This particular variant does _not_ set 
  * system calls.  This particular variant does _not_ set 
  * errno (note how it is disabled in __syscall_return) since
  * errno (note how it is disabled in __syscall_return) since
  * these will get called before the errno symbol is dynamicly 
  * 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) \
 #define _syscall0(type,name) \
 type name(void) \
 type name(void) \