4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 03:49:46 +08:00
Peter Foley 3ba2c39fb2 Add nonnull annotation to posix_memalign.
GCC 6.0+ asserts that the memptr argument to the builtin function
posix_memalign is nonnull.
Add the necessary annotation to the prototype and
remove the now unnecessary check to fix a warning.

newlib/Changelog
newlib/libc/include/stdlib.h: Annotate arg to posix_memalign as
non-null.

winsup/cygwin/ChangeLog
malloc_wrapper.cc (posix_memalign): Remove always true nonnull check.

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
2016-03-21 20:27:16 +01:00
..
2016-02-22 14:43:41 -06:00
2016-03-17 21:08:50 -05:00
2016-03-17 21:08:56 -05:00
2016-02-12 11:35:56 -06:00
2015-08-27 12:50:25 +02:00
2015-07-06 14:58:51 -05:00
2016-03-17 21:08:59 -05:00
2016-03-17 21:09:01 -05:00
2013-04-23 09:42:25 +00:00
2016-03-17 21:09:04 -05:00
2016-03-18 12:33:40 +01:00
2016-03-17 21:09:10 -05:00
2016-03-17 21:09:13 -05:00