AROS: Add an example for using the SYNC API to AROS
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 15:01:05 +0000 (08:01 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 15:01:05 +0000 (08:01 -0700)
commita41dbfe25ad6eebb1a5bc976fc2ed7f8591f07d2
treeadfacb5fd504c0d8bff831307b7235b51007b213
parent9a9126c3d94e38c9e0ad7d4f0ba442b96a156ca6
AROS: Add an example for using the SYNC API to AROS
While the ASYNC API is probably always preferable, the SYNC API is easier
to use.  The SYNC API is probably what most users want.
aros/Makefile.AROS
aros/aros_compat.c
examples/nfsclient-sync.c