diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-18 14:42:19 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-18 14:42:19 +0200 |
commit | b48061e1a534a2421c65e4258418d41a5335ba32 (patch) | |
tree | 7b2a00fe1f6b7a9e9e6726c0bbfedd20506ad1b9 /include | |
parent | 46d8874d5b2fcb7831dd84c5e2f6df51922a7936 (diff) | |
download | glibc-b48061e1a534a2421c65e4258418d41a5335ba32.tar.gz glibc-b48061e1a534a2421c65e4258418d41a5335ba32.tar.xz glibc-b48061e1a534a2421c65e4258418d41a5335ba32.zip |
Assume that dup3 is available
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index e15fa0e23d..16a88153a0 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -171,8 +171,6 @@ extern int __libc_pause (void); /* Not cancelable variant. */ extern int __pause_nocancel (void) attribute_hidden; -extern int __have_dup3 attribute_hidden; - extern int __getlogin_r_loginuid (char *name, size_t namesize) attribute_hidden; |