NetBSD/regress/lib
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
..
csu Don't corrupt %r4 - it's a callee save. 2009-01-26 18:39:47 +00:00
libc make this test actually work: 2010-01-26 22:14:01 +00:00
libdes
libm
libposix
libprop
libpthread add a test which exercises libpthread's ability to remember the 2009-04-02 12:58:44 +00:00
librt
libskey
libutil
Makefile remove libevent (uses ATF tests now) 2009-11-02 15:44:12 +00:00
Makefile.inc