OSDN Git Service

Notes about how powerpc/bits was constructed.
authorDavid Schleef <ds@schleef.org>
Mon, 12 Nov 2001 03:18:12 +0000 (03:18 -0000)
committerDavid Schleef <ds@schleef.org>
Mon, 12 Nov 2001 03:18:12 +0000 (03:18 -0000)
libc/sysdeps/linux/powerpc/README.bits [new file with mode: 0644]

diff --git a/libc/sysdeps/linux/powerpc/README.bits b/libc/sysdeps/linux/powerpc/README.bits
new file mode 100644 (file)
index 0000000..2d6d4fa
--- /dev/null
@@ -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.
+
+