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

..12-Nov-201061

crypttest.cH A D22-Mar-201023.3 KiB

fcntl_lock.cH A D22-Mar-20102.2 KiB

fcntl_lock64.cH A D22-Mar-20101.8 KiB

ftruncate.cH A D22-Mar-2010390

getgroups.cH A D22-Mar-20101.3 KiB

READMEH A D22-Mar-2010321

shared_mmap.cH A D22-Mar-20101.1 KiB

shlib.cH A D22-Mar-201094

summary.cH A D22-Mar-2010976

sysquotas.cH A D22-Mar-20101.6 KiB

trivial.cH A D22-Mar-201021

unixsock.cH A D22-Mar-20102 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