summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/sys/pipe.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/alpha/sys/pipe.S')
-rw-r--r--lib/libc/alpha/sys/pipe.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/alpha/sys/pipe.S b/lib/libc/alpha/sys/pipe.S
index 973529c..76f44c2 100644
--- a/lib/libc/alpha/sys/pipe.S
+++ b/lib/libc/alpha/sys/pipe.S
@@ -29,9 +29,9 @@
#include "SYS.h"
-SYSCALL(pipe)
+PSYSCALL(pipe)
stl v0, 0(a0)
stl a4, 4(a0)
mov zero, v0
RET
-END(pipe)
+PEND(pipe)
OpenPOWER on IntegriCloud