Files
mercury/extras/posix
Julien Fischer 71624374c4 Fix compilation of a posix sample.
extras/posix/samples/mdprof_cgid.m:
    Conform to changes in the getopt module.
2021-01-25 20:28:23 +11:00
..
2019-03-29 14:48:03 +11:00
2019-03-24 14:09:17 +11:00
2019-10-31 23:47:18 +11:00

This directory contains stuff for accessing POSIX.3 stuff directly from
Mercury. Since I don't actually have a copy of the standard, it's more
like the stuff that man pages claim is in POSIX.3, and not even all of
that. :-) conway, 12/10/99

Note that on some systems, it may be necessary to link with additional
libraries.  This can be done by setting the variable MLLIBS in the Mmakefile,
e.g.

	MLLIBS = -lsocket -lnsl