#endif /* __DARWIN_C_LEVEL */
#define __ILP32_OFF32 (-1)
+#ifdef UNIFDEF_POSIX_ILP32_ALLOW
#define __ILP32_OFFBIG (1)
+#else // UNIFDEF_POSIX_ILP32_ALLOW
+#define __ILP32_OFFBIG (-1)
+#endif // UNIFDEF_POSIX_ILP32_ALLOW
+
#define __LP64_OFF64 (1)
#define __LPBIG_OFFBIG (1)
*/
#if __DARWIN_C_LEVEL >= 199506L
+#include <_ctermid.h>
/* These F_* are really XSI or Issue 6 */
#define F_ULOCK 0 /* unlock locked section */
#define F_LOCK 1 /* lock a section for exclusive use */
#endif
char *crypt(const char *, const char *);
-#ifndef __CTERMID_DEFINED
-/* Multiply defined in stdio.h and unistd.h by SUS */
-#define __CTERMID_DEFINED 1
-char *ctermid(char *);
-#endif
#if __DARWIN_UNIX03
//Begin-Libc
#ifndef LIBC_ALIAS_ENCRYPT