summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/powerpc/README.bits14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/README.bits b/libc/sysdeps/linux/powerpc/README.bits
new file mode 100644
index 000000000..2d6d4fa68
--- /dev/null
+++ b/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.
+
+