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
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
usr
/
api
/
unistd.c
diff --git
a/lunaix-os/usr/api/unistd.c
b/lunaix-os/usr/api/unistd.c
index e8a4a0a0b0780aaf07c1956b3218ced4e38c5dab..088c33582b78da9602279980b25847d3a2c780eb 100644
(file)
--- a/
lunaix-os/usr/api/unistd.c
+++ b/
lunaix-os/usr/api/unistd.c
@@
-3,9
+3,9
@@
__LXSYSCALL(pid_t, fork)
-__LXSYSCALL1(int,
s
brk, void*, addr)
+__LXSYSCALL1(int, brk, void*, addr)
-__LXSYSCALL1(void*,
brk, unsigned long
, size)
+__LXSYSCALL1(void*,
sbrk, ssize_t
, size)
__LXSYSCALL(pid_t, getpid)