blob: 2d6d4fa683c8e6b81a8efbe6f470e17f012d76e3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | 
include/bits is mostly the same as glibc-2.2.4.  The glibc-2.2.4
versions can be accessed with the tag glibc224.
Major differences:
  - termios.h is from the Linux kernel, not glibc, because glibc has
    a very strange legacy conversion layer, which we ignore.
  - syscall.h is deleted, because it is autogenerated in uClibc
  - syscalls.h is added.
 |