Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl
Commits:
-
dd85f37a
by Raymond Toy at 2015-05-13T21:42:13Z
1 changed file:
Changes:
--- a/src/code/unix.lisp
+++ b/src/code/unix.lisp
@@ -40,6 +40,8 @@
(def-alien-type int64-t (signed 64))
+(def-alien-type u-int64-t (unsigned 64))
+
(def-alien-type ino-t
#+netbsd u-int64-t
#+alpha unsigned-int