summaryrefslogtreecommitdiffstats
path: root/sys/posix4/posix4.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/posix4/posix4.h')
-rw-r--r--sys/posix4/posix4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h
index 033c1ec..b17e927 100644
--- a/sys/posix4/posix4.h
+++ b/sys/posix4/posix4.h
@@ -56,7 +56,7 @@ int SC (struct thread *td, struct SC##_args *uap) \
MALLOC_DECLARE(M_P31B);
-#define p31b_malloc(SIZE) malloc((SIZE), M_P31B, 0)
+#define p31b_malloc(SIZE) malloc((SIZE), M_P31B, M_WAITOK)
#define p31b_free(P) free((P), M_P31B)
int p31b_proc(struct proc *, pid_t, struct proc **);
OpenPOWER on IntegriCloud