summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-02 15:51:39 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-02 15:51:39 +0100
commit2d6282f46bf44ea82ea9cc562f62af4456714052 (patch)
tree9366c5be3e0e91b219f55fc99f2fed0e7ef66861 /src/Makefile
parentee700511bdd5af06304382abf0d6ff4cc9bd43f0 (diff)
downloadlibnsutils-2d6282f46bf44ea82ea9cc562f62af4456714052.tar.gz
libnsutils-2d6282f46bf44ea82ea9cc562f62af4456714052.tar.bz2
Added pread and pwrite wrappers.
This adds wrappers for the pread and pwrite standard calls with fixed semantics across all supported platforms. The main variation (so far) is some platforms not having the calls at all and AmigaOS not allowing seeks beyond existing extents.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 28bfc5f..b4fd96a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,3 +1,3 @@
-DIR_SOURCES := base64.c time.c
+DIR_SOURCES := base64.c time.c unistd.c
include $(NSBUILD)/Makefile.subdir