blob: c0542e5b2961fcf6f45755f6874fc1aeca460177 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001
2include/bits is mostly the same as glibc-2.2.4. The glibc-2.2.4
3versions can be accessed with the tag glibc224.
4
5Major differences:
6
7 - termios.h is from the Linux kernel, not glibc, because glibc has
8 a very strange legacy conversion layer, which we ignore.
9
10 - syscall.h is deleted; instead, sysnum.h is autogenerated in uClibc
11
12 - syscalls.h is added.
13
14