aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/mips/wait.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/mips/wait.S')
-rw-r--r--sysdeps/unix/mips/wait.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/mips/wait.S b/sysdeps/unix/mips/wait.S
index 2e9a259618..63bce849d4 100644
--- a/sysdeps/unix/mips/wait.S
+++ b/sysdeps/unix/mips/wait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc.
Contributed by Brendan Kehoe (brendan@zen.org).
The GNU C Library is free software; you can redistribute it and/or
@@ -40,3 +40,5 @@ noerror:
nop
noarg:
ret
+
+weak_alias (__wait, wait)