1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-20 03:52:29 +03:00

Hurd: dup3

This commit is contained in:
Thomas Schwinge
2012-05-10 13:15:40 -07:00
committed by Roland McGrath
parent cd9fa98583
commit 5aa3a74a59
5 changed files with 163 additions and 117 deletions

View File

@@ -80,7 +80,8 @@ char *__canonicalize_directory_name_internal (const char *__thisdir,
extern int __dup (int __fd);
extern int __dup2 (int __fd, int __fd2);
libc_hidden_proto (__dup2)
libc_hidden_proto (dup3)
extern int __dup3 (int __fd, int __fd2, int flags);
libc_hidden_proto (__dup3)
extern int __execve (const char *__path, char *const __argv[],
char *const __envp[]);
extern long int __pathconf (const char *__path, int __name);