diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/pipe.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/pipe.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/pipe.S b/sysdeps/unix/sysv/linux/sh/pipe.S index c3c24d9689..80e7280a5c 100644 --- a/sysdeps/unix/sysv/linux/sh/pipe.S +++ b/sysdeps/unix/sysv/linux/sh/pipe.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 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 @@ -60,4 +60,5 @@ ENTRY (__libc_pipe) PSEUDO_END (__libc_pipe) weak_alias (__libc_pipe, __pipe) +libc_hidden_def (__pipe) weak_alias (__libc_pipe, pipe) |