summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-27 19:25:42 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-27 19:25:42 +0000
commit081bde3695891d36a8fe32a3b1e5b6f945446a61 (patch)
tree1e5e0a9a96846cec90d8d9d47df303d5cb847e34 /ldso/ldso/m68k
parent9d5bfe0b9467fc6f54f564648edbc9676106d08d (diff)
I messed up the comment
Diffstat (limited to 'ldso/ldso/m68k')
-rw-r--r--ldso/ldso/m68k/dl-syscalls.h7
-rw-r--r--ldso/ldso/m68k/ld_syscalls.h7
-rw-r--r--ldso/ldso/m68k/syscalls.h7
3 files changed, 3 insertions, 18 deletions
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 { \