mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-24 08:22:02 +00:00
SCCS-file: localtime.c
SCCS-SID: 7.29
This commit is contained in:
committed by
Paul Eggert
parent
d847a04a33
commit
c8bc89b5d3
+6
-1
@@ -16,7 +16,12 @@ static char elsieid[] = "%W%";
|
||||
#include "tzfile.h"
|
||||
#include "fcntl.h"
|
||||
|
||||
#define ACCESS_MODE O_RDONLY
|
||||
#ifdef R_OK
|
||||
#define ACCESS_MODE R_OK
|
||||
#endif /* defined R_OK */
|
||||
#ifndef R_OK
|
||||
#define ACCESS_MODE 4
|
||||
#endif /* !defined R_OK */
|
||||
|
||||
#ifdef O_BINARY
|
||||
#define OPEN_MODE (O_RDONLY | O_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user