From 081bde3695891d36a8fe32a3b1e5b6f945446a61 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Fri, 27 Apr 2001 19:25:42 +0000
Subject: I messed up the comment

---
 ldso/ldso/i386/dl-syscalls.h  | 8 +-------
 ldso/ldso/i386/ld_syscalls.h  | 8 +-------
 ldso/ldso/i386/syscalls.h     | 8 +-------
 ldso/ldso/m68k/dl-syscalls.h  | 7 +------
 ldso/ldso/m68k/ld_syscalls.h  | 7 +------
 ldso/ldso/m68k/syscalls.h     | 7 +------
 ldso/ldso/sparc/dl-syscalls.h | 8 +-------
 ldso/ldso/sparc/ld_syscalls.h | 8 +-------
 ldso/ldso/sparc/syscalls.h    | 8 +-------
 9 files changed, 9 insertions(+), 60 deletions(-)

(limited to 'ldso')

diff --git a/ldso/ldso/i386/dl-syscalls.h b/ldso/ldso/i386/dl-syscalls.h
index 263dc5a1a..a9adb2361 100644
--- a/ldso/ldso/i386/dl-syscalls.h
+++ b/ldso/ldso/i386/dl-syscalls.h
@@ -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) \
diff --git a/ldso/ldso/i386/ld_syscalls.h b/ldso/ldso/i386/ld_syscalls.h
index 263dc5a1a..a9adb2361 100644
--- a/ldso/ldso/i386/ld_syscalls.h
+++ b/ldso/ldso/i386/ld_syscalls.h
@@ -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) \
diff --git a/ldso/ldso/i386/syscalls.h b/ldso/ldso/i386/syscalls.h
index 263dc5a1a..a9adb2361 100644
--- a/ldso/ldso/i386/syscalls.h
+++ b/ldso/ldso/i386/syscalls.h
@@ -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) \
diff --git a/ldso/ldso/m68k/dl-syscalls.h b/ldso/ldso/m68k/dl-syscalls.h
index 908f5acb3..cc9c8b97e 100644
--- a/ldso/ldso/m68k/dl-syscalls.h
+++ b/ldso/ldso/m68k/dl-syscalls.h
@@ -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 { \
diff --git a/ldso/ldso/m68k/ld_syscalls.h b/ldso/ldso/m68k/ld_syscalls.h
index 908f5acb3..cc9c8b97e 100644
--- a/ldso/ldso/m68k/ld_syscalls.h
+++ b/ldso/ldso/m68k/ld_syscalls.h
@@ -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 { \
diff --git a/ldso/ldso/m68k/syscalls.h b/ldso/ldso/m68k/syscalls.h
index 908f5acb3..cc9c8b97e 100644
--- a/ldso/ldso/m68k/syscalls.h
+++ b/ldso/ldso/m68k/syscalls.h
@@ -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 { \
diff --git a/ldso/ldso/sparc/dl-syscalls.h b/ldso/ldso/sparc/dl-syscalls.h
index c2b7e5527..f62e64158 100644
--- a/ldso/ldso/sparc/dl-syscalls.h
+++ b/ldso/ldso/sparc/dl-syscalls.h
@@ -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) \
diff --git a/ldso/ldso/sparc/ld_syscalls.h b/ldso/ldso/sparc/ld_syscalls.h
index c2b7e5527..f62e64158 100644
--- a/ldso/ldso/sparc/ld_syscalls.h
+++ b/ldso/ldso/sparc/ld_syscalls.h
@@ -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) \
diff --git a/ldso/ldso/sparc/syscalls.h b/ldso/ldso/sparc/syscalls.h
index c2b7e5527..f62e64158 100644
--- a/ldso/ldso/sparc/syscalls.h
+++ b/ldso/ldso/sparc/syscalls.h
@@ -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) \
-- 
cgit v1.2.3