From 8e300a60014674b40e84887316b81d25cb95190e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 30 Jan 2024 14:55:27 +0000 Subject: fcntl: correct styling --- Makefile | 2 +- libgcompat/fcntl.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c84b6f9..bd1e97d 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ LIBGCOMPAT_SRC = \ libgcompat/dlfcn.c \ libgcompat/error.c \ libgcompat/execinfo.c \ + libgcompat/fcntl.c \ libgcompat/gnulib.c \ libgcompat/grp.c \ libgcompat/internal.c \ - libgcompat/fcntl.c \ libgcompat/locale.c \ libgcompat/malloc.c \ libgcompat/math.c \ diff --git a/libgcompat/fcntl.c b/libgcompat/fcntl.c index 95de206..9299981 100644 --- a/libgcompat/fcntl.c +++ b/libgcompat/fcntl.c @@ -5,6 +5,7 @@ typedef long long off64_t; /* * posix_fallocate64: gnu-ified 64-bit posix_fallocate */ -int posix_fallocate64(int fd, off64_t offset, off64_t len) { +int posix_fallocate64(int fd, off64_t offset, off64_t len) +{ return posix_fallocate(fd, offset, len); } -- cgit v1.2.3-60-g2f50