aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/mips/pipe.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/mips/pipe.S')
-rw-r--r--sysdeps/unix/mips/pipe.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/mips/pipe.S b/sysdeps/unix/mips/pipe.S
index 1aebb9b..ee7b76d 100644
--- a/sysdeps/unix/mips/pipe.S
+++ b/sysdeps/unix/mips/pipe.S
@@ -27,7 +27,7 @@ SYSCALL__ (pipe, 1)
/* Go out with a clean status. */
move v0, zero
j ra
- .end __pipe
+PSEUDO_END(__pipe)
libc_hidden_def (__pipe)
weak_alias (__pipe, pipe)