Skip to content
Snippets Groups Projects
Commit 12bb3679 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove useless O_DIROPEN stuff.

parent 8c3ab663
No related branches found
No related tags found
No related merge requests found
#define HAS_TEST_AND_SET #define HAS_TEST_AND_SET
typedef unsigned char slock_t; typedef unsigned char slock_t;
#ifndef O_DIROPEN
#define O_DIROPEN 0x100000 /* should be in sys/fcntl.h */
#endif
#define tzname _tzname /* should be in time.h? */ #define tzname _tzname /* should be in time.h? */
#define HAVE_INT_TIMEZONE /* has int _timezone */ #define HAVE_INT_TIMEZONE /* has int _timezone */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment