NetBSD/regress/lib/libc/stdlib
mrg e3dc1c5e34 make this test actually work:
- posix_memalign() does not set errno, it returns 0 or an error number
  (maybe a jemalloc() vs. phkmalloc() issue, but also how the opengroup
  documents it.)
- since "align" must be >= sizeof(void *), expect to fail align=4 on
  LP64 systems.
- while i'm here, add a test for align=2 failing everywhere.
2010-01-26 22:14:01 +00:00
..
getopt Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getopt_long Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
posix_memalign make this test actually work: 2010-01-26 22:14:01 +00:00
Makefile regression test for posix_memalign 2008-02-03 22:56:13 +00:00
Makefile.inc