forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assume that pipe2 is always available
The Debian patches for Hurd (which are already required to build glibc before this commit) contain an implementation of pipe2.
- Loading branch information
1 parent
025b33a
commit 46d8874
Showing
6 changed files
with
32 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2017-04-18 Florian Weimer <[email protected]> | ||
|
||
* include/unistd.h (__have_pipe2): Remove declaration. | ||
* socket/have_sock_cloexec.c (__have_pipe2): Remove definition. | ||
* libio/iopopen.c (_IO_new_proc_open): Assume that pipe2 is | ||
available. | ||
* posix/wordexp.c (exec_comm_child, exec_comm): Likewise. | ||
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PIPE2): | ||
Remove definition. | ||
|
||
2017-04-18 Florian Weimer <[email protected]> | ||
|
||
* malloc/malloc.c (cfree): Turn into compat symbol. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters