Include dirfd for AIX too
From Anton Lundin
This commit is contained in:
@@ -476,7 +476,7 @@ unsigned short ROKEN_LIB_FUNCTION bswap16(unsigned short);
|
|||||||
int rk_flock(int fd, int operation);
|
int rk_flock(int fd, int operation);
|
||||||
#endif /* HAVE_FLOCK */
|
#endif /* HAVE_FLOCK */
|
||||||
|
|
||||||
#ifdef SunOS
|
#if defined(SunOS) || defined(_AIX)
|
||||||
#define dirfd(x) ((x)->dd_fd)
|
#define dirfd(x) ((x)->dd_fd)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user