* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo

last change.
Mon Nov 16 11:17:31 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
	last change.
This commit is contained in:
Andreas Schwab 1998-11-16 02:41:56 +00:00
parent d667195cbe
commit 22bb3c7ff5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Nov 16 11:17:31 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
last change.
1998-11-13 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/vfscanf.c: Don't return -1 in case of an invalid

View File

@ -170,7 +170,8 @@ SYSCALL_ERROR_LABEL: \
register int _d0 asm ("%d0") = __NR_##name; \
asm volatile ("trap #0" \
: "=d" (_d0) \
: "0" (_d0) ASM_ARGS_##nr); \
: "0" (_d0) ASM_ARGS_##nr \
: "d0"); \
_sys_result = _d0; \
} \
if (_sys_result >= (unsigned int) -4095) \