• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-201660

crypttest.cH A D27-Nov-201523.3 KiB

fcntl_lock.cH A D27-Nov-20152.2 KiB

fcntl_lock64.cH A D27-Nov-20151.8 KiB

ftruncate.cH A D27-Nov-2015390

getgroups.cH A D27-Nov-20151.3 KiB

os2_delete.cH A D27-Nov-20153.9 KiB

READMEH A D27-Nov-2015321

shared_mmap.cH A D27-Nov-20151.1 KiB

shlib.cH A D27-Nov-2015110

summary.cH A D27-Nov-2015976

sysquotas.cH A D27-Nov-20151.6 KiB

trivial.cH A D27-Nov-201521

unixsock.cH A D27-Nov-20152 KiB

README

1This directory contains autoconf test programs that are too large to
2comfortably fit in configure.in.
3
4These programs should test one feature of the OS and exit(0) if it
5works or exit(1) if it doesn't work (do _not_ use return)
6
7The programs should be kept simple and to the point. Beautiful/fast
8code is not necessary
9
10
11