This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


"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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]