mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
aarch64: remove duplicate macro definitions in bits/fcntl.h
This commit is contained in:
parent
dfc1a37c44
commit
abfe1f6541
1 changed files with 0 additions and 3 deletions
|
@ -14,10 +14,7 @@
|
|||
#define O_ASYNC 020000
|
||||
#define O_DIRECT 0200000
|
||||
#define O_LARGEFILE 0400000
|
||||
#define O_DIRECTORY 040000
|
||||
#define O_NOFOLLOW 0100000
|
||||
#define O_NOATIME 01000000
|
||||
#define O_CLOEXEC 02000000
|
||||
#define O_PATH 010000000
|
||||
#define O_TMPFILE 020040000
|
||||
#define O_NDELAY O_NONBLOCK
|
||||
|
|
Loading…
Add table
Reference in a new issue