diff options
Diffstat (limited to 'sysdeps/generic/dup2.c')
-rw-r--r-- | sysdeps/generic/dup2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/dup2.c b/sysdeps/generic/dup2.c index b376d08031..2b897896f6 100644 --- a/sysdeps/generic/dup2.c +++ b/sysdeps/generic/dup2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 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 @@ -41,6 +41,7 @@ __dup2 (fd, fd2) __set_errno (ENOSYS); return -1; } +libc_hidden_def (__dup2) stub_warning (dup2) weak_alias (__dup2, dup2) |