chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / arch / ia64 / pipe.c
index 5f5dd05727eddb0a109b761c8e18778b71eff9d0..0b641e87029f8331cf6566c990df606487318a65 100644 (file)
@@ -27,7 +27,7 @@ int pipe(int *filedes)
        long _retval;
        __asm __volatile (__IA64_BREAK
                          : "=r" (_r8), "=r" (_r10), "=r" (_r15),
-                           "=r" (_out0)
+                         "=r" (_out0), "=r" (_r9)
                          : "2" (_r15), "3" (_out0)
                          : "memory" ASM_CLOBBERS);
        if (_r10 == -1) {