فهرست منبع

For m68k I forgot a needed #undef

Eric Andersen 24 سال پیش
والد
کامیت
8ec782e591
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      ldso/ldso/m68k/dl-syscalls.h
  2. 1 0
      ldso/ldso/m68k/ld_syscalls.h
  3. 1 0
      ldso/ldso/m68k/syscalls.h

+ 1 - 0
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)) { \

+ 1 - 0
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)) { \

+ 1 - 0
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)) { \