summaryrefslogtreecommitdiff
path: root/pr/include/md/_aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/md/_aix.h')
-rw-r--r--pr/include/md/_aix.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pr/include/md/_aix.h b/pr/include/md/_aix.h
index d8d79eeb..2ef0fc1d 100644
--- a/pr/include/md/_aix.h
+++ b/pr/include/md/_aix.h
@@ -57,7 +57,8 @@
#define _PR_VMBASE 0x30000000
#define _PR_STACK_VMBASE 0x50000000
-#define _MD_DEFAULT_STACK_SIZE 65536L
+#define _MD_DEFAULT_STACK_SIZE (2*65536L)
+#define _MD_MINIMUM_STACK_SIZE (2*65536L)
#define _MD_MMAP_FLAGS MAP_PRIVATE
#define NEED_TIME_R
@@ -71,6 +72,7 @@
#define _PR_USE_POLL
#define _PR_STAT_HAS_ONLY_ST_ATIME
#ifdef _PR_INET6
+#define _PR_HAVE_INET_NTOP
#define _PR_HAVE_GETHOSTBYNAME2
#endif
#define _PR_HAVE_SYSV_SEMAPHORES
@@ -243,4 +245,6 @@ struct _MDCPU {
#define _MD_POLL poll
#endif
+extern void _MD_aix_map_sendfile_error(int err);
+
#endif /* nspr_aix_defs_h___ */