mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +00:00
Commentary
This commit is contained in:
parent
11032b1936
commit
49455721a3
@ -38,13 +38,13 @@
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_LARGEFILE // For example on WIN32
|
#ifndef O_LARGEFILE // WIN32 headers omit this
|
||||||
# define O_LARGEFILE 0
|
# define O_LARGEFILE 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef O_NONBLOCK
|
#ifndef O_NONBLOCK // WIN32 headers omit this
|
||||||
# define O_NONBLOCK 0
|
# define O_NONBLOCK 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef O_CLOEXEC
|
#ifndef O_CLOEXEC // WIN32 headers omit this
|
||||||
# define O_CLOEXEC 0
|
# define O_CLOEXEC 0
|
||||||
#endif
|
#endif
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
@ -38,13 +38,13 @@
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_LARGEFILE // For example on WIN32
|
#ifndef O_LARGEFILE // WIN32 headers omit this
|
||||||
# define O_LARGEFILE 0
|
# define O_LARGEFILE 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef O_NONBLOCK
|
#ifndef O_NONBLOCK // WIN32 headers omit this
|
||||||
# define O_NONBLOCK 0
|
# define O_NONBLOCK 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef O_CLOEXEC
|
#ifndef O_CLOEXEC // WIN32 headers omit this
|
||||||
# define O_CLOEXEC 0
|
# define O_CLOEXEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user