about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-26 14:30:51 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-26 14:30:51 +0000
commit1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6 (patch)
treec7bf2264fd7a549a81eef4163c285333028079c6 /sysdeps/unix/sysv/linux/mips
parent1f708405fc137d3235803832110a7eec8f14d894 (diff)
downloadglibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.gz
glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.xz
glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.zip
Add space inf weak_alias use.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r--sysdeps/unix/sysv/linux/mips/clone.S2
-rw-r--r--sysdeps/unix/sysv/linux/mips/vfork.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S
index 8b8e0072f5..f521df1771 100644
--- a/sysdeps/unix/sysv/linux/mips/clone.S
+++ b/sysdeps/unix/sysv/linux/mips/clone.S
@@ -163,4 +163,4 @@ L(gotpid):
 
 	END(__thread_start)
 
-weak_alias(__clone, clone)
+weak_alias (__clone, clone)
diff --git a/sysdeps/unix/sysv/linux/mips/vfork.S b/sysdeps/unix/sysv/linux/mips/vfork.S
index 1383ddc6a7..38b6195282 100644
--- a/sysdeps/unix/sysv/linux/mips/vfork.S
+++ b/sysdeps/unix/sysv/linux/mips/vfork.S
@@ -95,4 +95,4 @@ L(error):
 	END(__vfork)
 
 libc_hidden_def(__vfork)
-weak_alias(__vfork, vfork)
+weak_alias (__vfork, vfork)