summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/sco3.2.4/sigaction.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/sco3.2.4/sigaction.S')
-rw-r--r--sysdeps/unix/sysv/sco3.2.4/sigaction.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/sco3.2.4/sigaction.S b/sysdeps/unix/sysv/sco3.2.4/sigaction.S
index 05f33338a8..ae50c17d93 100644
--- a/sysdeps/unix/sysv/sco3.2.4/sigaction.S
+++ b/sysdeps/unix/sysv/sco3.2.4/sigaction.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995, 1997, 2002 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
@@ -26,4 +26,5 @@ ENTRY (__sigaction)
jb syscall_error
ret
+libc_hidden_def (__sigaction)
weak_alias (__sigaction, sigaction)