yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | |
2 | include/bits is mostly the same as glibc-2.2.4. The glibc-2.2.4 | ||||
3 | versions can be accessed with the tag glibc224. | ||||
4 | |||||
5 | Major 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 |