summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/test_headers.c
Commit message (Collapse)AuthorAgeFilesLines
* * include/search.h: New file.Danny Smith2003-07-031-0/+1
| | | | | | | * include/stdlib.h: Add comment about qsort, bsearch in search.h. * test_headers.c: Include search.h. * moldname.def.in (lfind, lsearch): Add.
* * include/sys/param.h: Add ENDIAN defines.Danny Smith2002-08-281-1/+1
| | | | * test_headers.c: Include sys/param.h.
* * test_headers.c: Don't include varargs.h.Danny Smith2002-08-281-1/+0
| | | | | * Makefile.in (test_headers): Don't use -std=xx with -xc++. Test -std=gnu89, gnu99 also.
* * test_headers.c : New file.Danny Smith2002-08-201-0/+54
* Makefile.in (test_headers): New target, using it, (SRCDIST_FILES): Distribute it.