diff options
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/stdlib.h b/newlib/libc/include/stdlib.h index f4b262698..7d4ae76f4 100644 --- a/newlib/libc/include/stdlib.h +++ b/newlib/libc/include/stdlib.h @@ -253,7 +253,7 @@ int _EXFUN(_unsetenv_r,(struct _reent *, const char *__string)); #ifdef __rtems__ #if __POSIX_VISIBLE >= 200112 -int _EXFUN(posix_memalign,(void **, size_t, size_t)); +int _EXFUN(__nonnull (1) posix_memalign,(void **, size_t, size_t)); #endif #endif |