Update copyright notices with scripts/update-copyrights.
[glibc.git] / sysdeps / unix / sysv / linux / dl-opendir.c
blob72d2c06cdc3a1c01b8976a78e509aee4284aae8d
1 /* In this implementation we do not really care whether the opened
2 file descriptor has the CLOEXEC bit set. The only call happens
3 long before there is a call to fork or exec. */
4 #undef __ASSUME_O_CLOEXEC
5 #define __ASSUME_O_CLOEXEC 1
6 #include <opendir.c>