about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-03-25 23:15:40 +0000
committerAndreas Schwab <schwab@suse.de>2003-03-25 23:15:40 +0000
commit09afcc32d9e2fe7cc7942762245a61b953c84439 (patch)
tree82be7e0d4211e0430cb6a8c4eb069e441febd43c /sysdeps
parent7456156f81afd6634b3824f6f924c1f96a84952e (diff)
downloadglibc-09afcc32d9e2fe7cc7942762245a61b953c84439.tar.gz
glibc-09afcc32d9e2fe7cc7942762245a61b953c84439.tar.xz
glibc-09afcc32d9e2fe7cc7942762245a61b953c84439.zip
Define ret_NOERRNO.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/m68k/sysdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/sysdep.h b/sysdeps/unix/sysv/linux/m68k/sysdep.h
index 23e4202e8b..aabd46fe0d 100644
--- a/sysdeps/unix/sysv/linux/m68k/sysdep.h
+++ b/sysdeps/unix/sysv/linux/m68k/sysdep.h
@@ -78,6 +78,8 @@
 #define PSEUDO_END_NOERRNO(name)					      \
   END (name)
 
+#define ret_NOERRNO ret
+
 #ifdef PIC
 # if RTLD_PRIVATE_ERRNO
 #  define SYSCALL_ERROR_HANDLER						      \