rtems-bsd-config.h.in: Added defines for O_NOFOLLOW and O_SHLOCK

This commit is contained in:
Jennifer Averett 2012-09-12 10:51:59 -05:00
parent 97d85af79f
commit a4e4484df6

View File

@ -192,6 +192,16 @@
#define O_EXLOCK O_EXCL
#endif
/* used by some user space code */
#if !defined O_NOFOLLOW
#define O_NOFOLLOW 0
#endif
/* used by some user space code */
#ifndef O_SHLOCK
#define O_SHLOCK 0
#endif
/* from limits.h on FreeBSD */
#ifndef _POSIX_HOST_NAME_MAX
#define _POSIX_HOST_NAME_MAX 255