summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaper <paper@paper.us.eu.org>2024-01-29 10:49:07 -0500
committerPaper <paper@paper.us.eu.org>2024-01-29 11:02:14 -0500
commit8a7e183ed3cf372563dc263066035870c3ea6995 (patch)
treeb229a65039213f735601be568918d268352aa537 /Makefile
parent8cf1638cc5293b3c7f63d5efd3de31f2a748bcfa (diff)
downloadgcompat-8a7e183ed3cf372563dc263066035870c3ea6995.tar.gz
gcompat-8a7e183ed3cf372563dc263066035870c3ea6995.tar.bz2
gcompat-8a7e183ed3cf372563dc263066035870c3ea6995.tar.xz
gcompat-8a7e183ed3cf372563dc263066035870c3ea6995.zip
add posix_fallocate64() wrapper
Signed-off-by: Paper <paper@paper.us.eu.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbb7634..c84b6f9 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ LIBGCOMPAT_SRC = \
libgcompat/gnulib.c \
libgcompat/grp.c \
libgcompat/internal.c \
+ libgcompat/fcntl.c \
libgcompat/locale.c \
libgcompat/malloc.c \
libgcompat/math.c \