aboutsummaryrefslogtreecommitdiff
path: root/archive/llseek.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive/llseek.h')
-rw-r--r--archive/llseek.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/archive/llseek.h b/archive/llseek.h
deleted file mode 100644
index 61c12e43..00000000
--- a/archive/llseek.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef LLSEEK_H
-#define LLSEEK_H
-
-#if defined(__GNUC__) || defined(HAS_LONG_LONG)
-typedef int64_t llse_loff_t;
-#else
-typedef long llse_loff_t;
-#endif
-
-extern llse_loff_t llse_llseek(unsigned int fd,
- llse_loff_t offset,
- unsigned int origin);
-
-#endif