about summary refs log tree commit diff
path: root/sysdeps/unix/mips/pipe.S
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-01-11 15:26:35 +0000
committerAndreas Jaeger <aj@suse.de>2003-01-11 15:26:35 +0000
commitb257b9b53236725adff6cdebee188d08f33f9711 (patch)
treed896fa9709ec139e8c827def0b1e40dc0d4b53bc /sysdeps/unix/mips/pipe.S
parent94e21bc57f0dc5caecdefdee320d069ce29b563f (diff)
downloadglibc-b257b9b53236725adff6cdebee188d08f33f9711.tar.gz
glibc-b257b9b53236725adff6cdebee188d08f33f9711.tar.xz
glibc-b257b9b53236725adff6cdebee188d08f33f9711.zip
* sysdeps/unix/mips/fork.S: add PSEUDO_END.
* sysdeps/unix/mips/brk.S: Likewise. 
* sysdeps/unix/mips/pipe.S: Likewise.
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 1aebb9b81b..ee7b76d635 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)