]> sourceware.org Git - glibc.git/commitdiff
Formerly unix/bsd/vax/__pipe.S.~2~
authorRoland McGrath <roland@gnu.org>
Mon, 10 Jun 1991 23:58:11 +0000 (23:58 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 10 Jun 1991 23:58:11 +0000 (23:58 +0000)
sysdeps/unix/bsd/vax/pipe.S

index c47bdd85983c8ca3c8ba246533965a7d8a02f551..67c6e22c0309e32205b74dfe8b8dd865cf51fa88 100644 (file)
@@ -18,7 +18,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-SYSCALL (pipe)
+SYSCALL__ (pipe)
        movl 4(ap), r2
        movl r0, (r2)+
        movl r1, (r2)
This page took 0.044574 seconds and 5 git commands to generate.