summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/i386/syscalls.h')
-rw-r--r--ldso/ldso/i386/syscalls.h8
1 files changed, 1 insertions, 7 deletions
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) \