diff options
Diffstat (limited to 'sysdeps/generic/pipe.c')
-rw-r--r-- | sysdeps/generic/pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/pipe.c b/sysdeps/generic/pipe.c index 5c2c1ba0f4..babaf9c24b 100644 --- a/sysdeps/generic/pipe.c +++ b/sysdeps/generic/pipe.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 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 @@ -37,6 +37,7 @@ __pipe (__pipedes) __set_errno (ENOSYS); return -1; } +libc_hidden_def (__pipe) stub_warning (pipe) weak_alias (__pipe, pipe) |