summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/osf/alpha/pipe.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/osf/alpha/pipe.S')
-rw-r--r--sysdeps/unix/bsd/osf/alpha/pipe.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/osf/alpha/pipe.S b/sysdeps/unix/bsd/osf/alpha/pipe.S
index 0916ff4e74..b4eb2166e0 100644
--- a/sysdeps/unix/bsd/osf/alpha/pipe.S
+++ b/sysdeps/unix/bsd/osf/alpha/pipe.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Brendan Kehoe (brendan@zen.org).
@@ -29,4 +29,5 @@ SYSCALL__ (pipe, 1)
ret
.end __pipe
+libc_hidden_def (__pipe)
weak_alias (__pipe, pipe)