diff options
| author | ad <ad@NetBSD.org> | 2007-11-19 14:48:41 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-11-19 14:48:41 +0000 |
| commit | 95182011eda245e1ade80d91c30de2c23116e035 (patch) | |
| tree | df0ade5eac3394c4289aaeccb9dc152f4215e477 /include/stdlib.h | |
| parent | a656f3f7beaada6de085539b02aeb9db5b914827 (diff) | |
Enable posix_memalign().
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 3 |
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 /* |
