Add sysconf _SC_PAGE_SIZE.

This commit is contained in:
Kevin Ryde 2003-10-15 00:13:12 +00:00
parent cfc29aeec0
commit 611e1bece2

View File

@ -3613,6 +3613,13 @@ strnlen ("foobar", 8) = 6
strnlen ("foobar", 9) = 6
@end example
@item @code{sysconf}
@c @fuindex sysconf
@prindex @code{sysconf}
@code{_SC_PAGESIZE} is standard, but some older systems (eg.@: HP-UX
9) have @code{_SC_PAGE_SIZE} instead. This can be tested with
@code{#ifdef}.
@item @code{unlink}
@c @fuindex unlink
@prindex @code{unlink}