- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / include / asm-parisc / unistd.h
index 1b4cca4..4a9e765 100644 (file)
                __sys_res = (long)__res;                                \
        }                                                               \
        if ( (unsigned long)__sys_res >= (unsigned long)-4095 ){        \
-               errno = -__sys_res);                                    \
+               errno = -__sys_res;                                     \
                __sys_res = -1;                                         \
        }                                                               \
        __sys_res;                                                      \
@@ -912,6 +912,7 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5)       \
 #define __ARCH_WANT_SYS_SGETMASK
 #define __ARCH_WANT_SYS_SIGNAL
 #define __ARCH_WANT_SYS_TIME
+#define __ARCH_WANT_COMPAT_SYS_TIME
 #define __ARCH_WANT_SYS_UTIME
 #define __ARCH_WANT_SYS_WAITPID
 #define __ARCH_WANT_SYS_SOCKETCALL