am 922e2af4
: Merge "O_CLOEXEC is always defined for arm, mips, x86, and x86_64."
* commit '922e2af432b38c3a454a1cae9e4d269c28c5ff8c': O_CLOEXEC is always defined for arm, mips, x86, and x86_64.
This commit is contained in:
commit
417c2061c8
@ -25,6 +25,7 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _FCNTL_H
|
#ifndef _FCNTL_H
|
||||||
#define _FCNTL_H
|
#define _FCNTL_H
|
||||||
|
|
||||||
@ -39,10 +40,6 @@ __BEGIN_DECLS
|
|||||||
#define O_ASYNC FASYNC
|
#define O_ASYNC FASYNC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_CLOEXEC
|
|
||||||
#define O_CLOEXEC 02000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int open(const char* path, int mode, ...);
|
extern int open(const char* path, int mode, ...);
|
||||||
extern int openat(int fd, const char* path, int mode, ...);
|
extern int openat(int fd, const char* path, int mode, ...);
|
||||||
extern int unlinkat(int dirfd, const char *pathname, int flags);
|
extern int unlinkat(int dirfd, const char *pathname, int flags);
|
||||||
|
Loading…
Reference in New Issue
Block a user