aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
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 /internal.h
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 'internal.h')
-rw-r--r--internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 9bc9a26..2605d21 100644
--- a/internal.h
+++ b/internal.h
@@ -3,6 +3,8 @@
#include <netinet/in.h>
#include <sys/socket.h>
+#include <sys/utsname.h>
+#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
@@ -22,5 +24,5 @@
#define HIDDEN GCC_ATTRIBUTES(__visibility__("hidden"))
-
HIDDEN void liberror_libc_set_error_one_file(const char *, const char *, const char *, int, const char *);
+HIDDEN int liberror_libc_check_kernel_version(long int, long int, long int);