Skip to content
Snippets Groups Projects
Commit dd85f37a authored by Raymond Toy's avatar Raymond Toy
Browse files

Solaris needs u-int64-t.

parent e79435f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment