aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-02-19 05:47:46 +0000
committerWarner Losh <imp@FreeBSD.org>2003-02-19 05:47:46 +0000
commita163d034fadcfb4a25ca34a2ba5f491c47b6ff69 (patch)
tree9e20e320fe15ae4bf68f8335fcf9d3e71d3b3614 /sys/posix4
parent8f3e32c2b6b9f392e096f096653596f55f2134ae (diff)
Notes
Diffstat (limited to 'sys/posix4')
-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 033c1ec46f1b9..b17e9270e675a 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 **);