浏览代码

Notes about how powerpc/bits was constructed.

David Schleef 22 年之前
父节点
当前提交
1d36572217
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      libc/sysdeps/linux/powerpc/README.bits

+ 14 - 0
libc/sysdeps/linux/powerpc/README.bits

@@ -0,0 +1,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.
+
+