aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/vl.h b/vl.h
index 42a29bd..ace401f 100644
--- a/vl.h
+++ b/vl.h
@@ -50,13 +50,6 @@
#include "cpu.h"
-#ifdef _BSD
-#define lseek64 lseek
-#define ftruncate64 ftruncate
-#define mkstemp64 mkstemp
-#define MAP_ANONYMOUS MAP_ANON
-#endif
-
#ifndef glue
#define xglue(x, y) x ## y
#define glue(x, y) xglue(x, y)