summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-27 20:21:06 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-27 20:21:06 +0000
commit8ec782e5917cb8f745fbbe16f37193877558ad77 (patch)
treeccc15329ba67de54a91856e3a35fa2bf6f6d31b0 /ldso
parent02beefe984ca176ed5b8d6c58257fba026c509cd (diff)
For m68k I forgot a needed #undef
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/m68k/dl-syscalls.h1
-rw-r--r--ldso/ldso/m68k/ld_syscalls.h1
-rw-r--r--ldso/ldso/m68k/syscalls.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/ldso/ldso/m68k/dl-syscalls.h b/ldso/ldso/m68k/dl-syscalls.h
index cc9c8b97e..6b1624b8f 100644
--- a/ldso/ldso/m68k/dl-syscalls.h
+++ b/ldso/ldso/m68k/dl-syscalls.h
@@ -7,6 +7,7 @@
* these will get called before the errno symbol is dynamicly
* linked. */
+#undef __syscall_return
#define __syscall_return(type, res) \
do { \
if ((unsigned long)(res) >= (unsigned long)(-125)) { \
diff --git a/ldso/ldso/m68k/ld_syscalls.h b/ldso/ldso/m68k/ld_syscalls.h
index cc9c8b97e..6b1624b8f 100644
--- a/ldso/ldso/m68k/ld_syscalls.h
+++ b/ldso/ldso/m68k/ld_syscalls.h
@@ -7,6 +7,7 @@
* these will get called before the errno symbol is dynamicly
* linked. */
+#undef __syscall_return
#define __syscall_return(type, res) \
do { \
if ((unsigned long)(res) >= (unsigned long)(-125)) { \
diff --git a/ldso/ldso/m68k/syscalls.h b/ldso/ldso/m68k/syscalls.h
index cc9c8b97e..6b1624b8f 100644
--- a/ldso/ldso/m68k/syscalls.h
+++ b/ldso/ldso/m68k/syscalls.h
@@ -7,6 +7,7 @@
* these will get called before the errno symbol is dynamicly
* linked. */
+#undef __syscall_return
#define __syscall_return(type, res) \
do { \
if ((unsigned long)(res) >= (unsigned long)(-125)) { \