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

..13-Aug-201342

crypttest.cH A D13-Aug-20131.3 KiB

fcntl_lock.cH A D13-Aug-20131.7 KiB

fcntl_lock64.cH A D13-Aug-20131.8 KiB

ftruncate.cH A D13-Aug-2013390

ftruncroot.cH A D13-Aug-20131.1 KiB

getgroups.cH A D13-Aug-20131.3 KiB

READMEH A D13-Aug-2013321

sgi_sysv_hack.cH A D13-Aug-2013865

shared_mmap.cH A D13-Aug-20131.1 KiB

summary.cH A D13-Aug-20131.1 KiB

sysv_ipc.cH A D13-Aug-20131.5 KiB

trivial.cH A D13-Aug-201321

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