Commit 6e2089c088004d78ea8f9e28155ae90147a489e2

Thomas de Grivel 2017-07-13T18:52:23

Remove off64-t

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/grovel-unistd.lisp b/grovel-unistd.lisp
index 1bc5657..1a11d49 100644
--- a/grovel-unistd.lisp
+++ b/grovel-unistd.lisp
@@ -29,7 +29,6 @@
 (ctype gid-t "gid_t")
 (ctype uid-t "uid_t")
 (ctype off-t "off_t")
-(ctype off64-t "off64_t")
 (ctype useconds-t "useconds_t")
 (ctype pid-t "pid_t")
 (ctype intptr-t "intptr_t")