README.bits 365 B

1234567891011121314
  1. include/bits is mostly the same as glibc-2.2.4. The glibc-2.2.4
  2. versions can be accessed with the tag glibc224.
  3. Major differences:
  4. - termios.h is from the Linux kernel, not glibc, because glibc has
  5. a very strange legacy conversion layer, which we ignore.
  6. - syscall.h is deleted; instead, sysnum.h is autogenerated in uClibc
  7. - syscalls.h is added.