summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2007-11-19 14:48:41 +0000
committerad <ad@NetBSD.org>2007-11-19 14:48:41 +0000
commit95182011eda245e1ade80d91c30de2c23116e035 (patch)
treedf0ade5eac3394c4289aaeccb9dc152f4215e477 /include/stdlib.h
parenta656f3f7beaada6de085539b02aeb9db5b914827 (diff)
Enable posix_memalign().
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 2 insertions, 1 deletions
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
/*