git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
lunaix
/
types.h
diff --git
a/lunaix-os/includes/usr/lunaix/types.h
b/lunaix-os/includes/usr/lunaix/types.h
index 1c98912fbeae7730d87ed0080655dec6463f5a69..a1b69a0b2e6a871c53b1fd2b977e9400c7fad698 100644
(file)
--- a/
lunaix-os/includes/usr/lunaix/types.h
+++ b/
lunaix-os/includes/usr/lunaix/types.h
@@
-24,9
+24,9
@@
typedef signed long ssize_t;
typedef int pid_t;
-typedef
unsigned long
size_t;
+typedef
__SIZE_TYPE__
size_t;
-typedef
unsigned long
off_t;
+typedef
__SIZE_TYPE__
off_t;
typedef unsigned int ino_t;