mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Make complete getcwd work in rtld
This commit is contained in:
6
sysdeps/unix/sysv/linux/dl-opendir.c
Normal file
6
sysdeps/unix/sysv/linux/dl-opendir.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* 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>
|
Reference in New Issue
Block a user