summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
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
/*