summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/libc.h')
-rw-r--r--src/internal/libc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h
index 83ad3983..e4fe9e9b 100644
--- a/src/internal/libc.h
+++ b/src/internal/libc.h
@@ -59,10 +59,4 @@ hidden void __unlock(volatile int *);
hidden void __synccall(void (*)(void *), void *);
hidden int __setxid(int, int, int, int);
-#undef LFS64_2
-#define LFS64_2(x, y) weak_alias(x, y)
-
-#undef LFS64
-#define LFS64(x) LFS64_2(x, x##64)
-
#endif