Remove __ASSUME_O_CLOEXEC / O_CLOEXEC conditionals in sysdeps/unix/sysv/linux/

Andreas Schwab schwab@suse.de
Wed Jun 25 12:45:00 GMT 2014


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> diff --git a/sysdeps/unix/sysv/linux/dl-opendir.c b/sysdeps/unix/sysv/linux/dl-opendir.c
> index 72d2c06..c1cdc05 100644
> --- a/sysdeps/unix/sysv/linux/dl-opendir.c
> +++ b/sysdeps/unix/sysv/linux/dl-opendir.c
> @@ -1,6 +1 @@
> -/* In this implementation we do not really care whether the opened
> -   file descriptor has the CLOEXEC bit set.  The only call happens
> -   long before there is a call to fork or exec.  */
> -#undef __ASSUME_O_CLOEXEC
> -#define __ASSUME_O_CLOEXEC 1
>  #include <opendir.c>

That file is no longer needed.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



More information about the Libc-alpha mailing list