aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-10 20:54:46 +0100
committerMattias Andrée <maandree@kth.se>2021-12-10 20:54:46 +0100
commit823808c2c1cdfa244a6af1491d57192b79af8818 (patch)
treeb79c5a43998ebf1e7fe6367b82d3a6ce81831162 /Makefile
parentrecv: fix types in check (diff)
downloadliberror-libc-823808c2c1cdfa244a6af1491d57192b79af8818.tar.gz
liberror-libc-823808c2c1cdfa244a6af1491d57192b79af8818.tar.bz2
liberror-libc-823808c2c1cdfa244a6af1491d57192b79af8818.tar.xz
Add lseek
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ce5639..a9812c1 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,11 @@ OBJ =\
abs.o\
calloc.o\
chdir.o\
+ check_kernel_version.o\
imaxabs.o\
labs.o\
llabs.o\
+ lseek.o\
malloc.o\
pipe.o\
putenv.o\