Преглед на файлове

Doh! I broke it. oops. Patch from Stefan Allius to fix it.

Eric Andersen преди 22 години
родител
ревизия
3c3f985280
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      libc/sysdeps/linux/sh/bits/syscalls.h

+ 1 - 1
libc/sysdeps/linux/sh/bits/syscalls.h

@@ -25,7 +25,7 @@ do { \
 	/* Avoid using "res" which is declared to be in register r0; \
 	   errno might expand to a function call and clobber it.  */ \
 		int __err = -(res); \
-		__set_errno = __err; \
+		__set_errno(__err); \
 		res = -1; \
 	} \
 	return (type) (res); \