Commit e49ed3b72aba4abab1d544232cc162c768c7e6cb

Thomas de Grivel 2017-07-13T18:53:26

Remove off64-t

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/grovel-fcntl.lisp b/grovel-fcntl.lisp
index 02841fb..7431fc9 100644
--- a/grovel-fcntl.lisp
+++ b/grovel-fcntl.lisp
@@ -22,7 +22,6 @@
 
 (ctype mode-t "mode_t")
 (ctype off-t "off_t")
-(ctype off64-t "off64_t")
 (ctype pid-t "pid_t")
 
 (constant (+s-ifmt+ "S_IFMT"))