git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix dangling pointer issues in ext2dr
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
LBuild
1
sources([
2
"src/string.c",
3
"src/termios.c",
4
"src/itoa.c",
5
"src/_vprintf.c",
6
"src/readdir.c",
7
"src/pthread.c",
8
"src/printf.c"
9
])
10
11
sources([
12
"src/posix/signal.c",
13
"src/posix/mount.c",
14
"src/posix/errno.c",
15
"src/posix/ioctl.c",
16
"src/posix/fcntl.c",
17
"src/posix/dirent.c",
18
"src/posix/unistd.c",
19
"src/posix/mann.c",
20
"src/posix/lunaix.c"
21
])
22
23
use({
24
env("ARCH"): {
25
"i386": "arch/i386",
26
"x86_64": "arch/x86_64",
27
}
28
})