diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-03 17:24:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-03 17:24:03 +0200 |
commit | c0f118c8869b9095612dfcc4a279e957b67a8efa (patch) | |
tree | 67ae192b40c6e52c6b32de596f89c127b69fa22d /libc/sysdeps/linux/powerpc/README.bits | |
parent | 493d0cc28b0d0fa1dc571ffc876b554376ccdd47 (diff) |
ppc: cleanup unsupported ppc64 code
Remove ppc64 bits and bytes, as we don't support ppc64 and
it makes the code more readable without the dead code.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/README.bits')
-rw-r--r-- | libc/sysdeps/linux/powerpc/README.bits | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libc/sysdeps/linux/powerpc/README.bits b/libc/sysdeps/linux/powerpc/README.bits deleted file mode 100644 index c0542e5b2..000000000 --- a/libc/sysdeps/linux/powerpc/README.bits +++ /dev/null @@ -1,14 +0,0 @@ - -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; instead, sysnum.h is autogenerated in uClibc - - - syscalls.h is added. - - |