diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2011-05-18 14:30:49 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2011-05-18 14:30:49 +0000 |
commit | e9d94bb485578797a67a3ef6dae7ac9e3635e963 (patch) | |
tree | 04991ea2da24b7448dcdddda044c36e1ac9d5189 /libc/io | |
parent | bc5b8c65ef17547cbab9141d66798bbb3cae9c2a (diff) | |
download | eglibc2-e9d94bb485578797a67a3ef6dae7ac9e3635e963.tar.gz |
Merge changes between r13831 and r13882 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@13883 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/io')
-rw-r--r-- | libc/io/dup3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/io/dup3.c b/libc/io/dup3.c index 162ab4e68..17bc88a01 100644 --- a/libc/io/dup3.c +++ b/libc/io/dup3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2011 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 @@ -43,6 +43,7 @@ dup3 (fd, fd2, flags) __set_errno (ENOSYS); return -1; } +libc_hidden_def (dup3) stub_warning (dup3) #include <stub-tag.h> |