mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 03:21:34 +00:00
Use locally defined open.
This commit is contained in:
parent
710725ea9d
commit
98e4447b46
@ -57,7 +57,6 @@
|
|||||||
# define O_TRUNC _O_TRUNC
|
# define O_TRUNC _O_TRUNC
|
||||||
# define S_IRUSR _S_IREAD
|
# define S_IRUSR _S_IREAD
|
||||||
# define S_IWUSR _S_IWRITE
|
# define S_IWUSR _S_IWRITE
|
||||||
# define open _open
|
|
||||||
# define close _close
|
# define close _close
|
||||||
# define dup _dup
|
# define dup _dup
|
||||||
# define dup2 _dup2
|
# define dup2 _dup2
|
||||||
|
Loading…
Reference in New Issue
Block a user