From 95182011eda245e1ade80d91c30de2c23116e035 Mon Sep 17 00:00:00 2001 From: ad Date: Mon, 19 Nov 2007 14:48:41 +0000 Subject: Enable posix_memalign(). --- include/stdlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 6b23bd193fd..3e62a57cee8 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdlib.h,v 1.77 2007/04/22 08:21:50 ragge Exp $ */ +/* $NetBSD: stdlib.h,v 1.78 2007/11/19 14:48:41 ad Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -229,6 +229,7 @@ int unsetenv(const char *) __RENAME(__unsetenv13); #endif int posix_openpt(int); +int posix_memalign(void **, size_t, size_t); #endif /* -- cgit