chiark / gitweb /
[PATCH] klibc: update v0.205
[elogind.git] / klibc / klibc / llseek.c
index 2102a503e98fd9d23d2d14b71cfb7c4136ee04b2..857490b3782aeb5df68add1e70f4bc90c998ea97 100644 (file)
@@ -9,8 +9,9 @@
 
 #include <unistd.h>
 #include <sys/syscall.h>
+#include <bitsize.h>
 
-#if BITSIZE == 32
+#if _BITSIZE == 32
 
 extern int __llseek(int fd, unsigned long hi, unsigned long lo, off_t *res, int whence);