diff options
author | David Schleef <ds@schleef.org> | 2001-11-12 03:18:12 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-12 03:18:12 +0000 |
commit | 1d36572217363cad9eb6d643291000c588ea0d2e (patch) | |
tree | 26ae20cf8ff6ef174f0c8a267a1094c199ae40c3 /libc | |
parent | 7d04926f7cad78d4dcdbee72d83025695df9a36c (diff) |
Notes about how powerpc/bits was constructed.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/README.bits | 14 |
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. + + |