mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1953] replaced the HAVE__O_BINARY flag with a O_BINARY
This commit is contained in:
parent
6e765dd3ca
commit
61420a3c14
@ -579,7 +579,7 @@ __DLL__ int HDfprintf (FILE *stream, const char *fmt, ...);
|
||||
#define HDmkfifo(S,M) mkfifo(S,M)
|
||||
#define HDmktime(T) mktime(T)
|
||||
#define HDmodf(X,Y) modf(X,Y)
|
||||
#ifdef HAVE__O_BINARY
|
||||
#ifdef O_BINARY
|
||||
#define HDopen(S,F,M) open(S,F|_O_BINARY,M)
|
||||
#else
|
||||
#define HDopen(S,F,M) open(S,F,M)
|
||||
|
Loading…
x
Reference in New Issue
Block a user