aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/sco3.2.4/waitpid.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/sco3.2.4/waitpid.S')
-rw-r--r--sysdeps/unix/sysv/sco3.2.4/waitpid.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/sco3.2.4/waitpid.S b/sysdeps/unix/sysv/sco3.2.4/waitpid.S
index 63decf1d9c..523ef37e53 100644
--- a/sysdeps/unix/sysv/sco3.2.4/waitpid.S
+++ b/sysdeps/unix/sysv/sco3.2.4/waitpid.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -32,3 +32,5 @@ ENTRY (__waitpid)
je null
movl r1, (scratch) /* Yes; store the status there. */
null: ret
+
+weak_alias (__waitpid, waitpid)