blob: 199cc8ca1ad9542d397da21b8aea16b7aea3099a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
This files are required for compiling newlib for fool os.
they go into this dir or similar..
~/Downloads/newlib-foolos/newlib/libc/sys/foolos
configure.in
Makefile.am
syscall.h
syscall.s
syscalls.h
syscalls.c
crt0.h
crt0.s
this should to /usr/include/sys
fs.h -> sys/dirent.h !! required by kernel/userspace and maybe clibrary
|