diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-09-05 05:29:49 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-09-05 05:29:49 +0000 |
commit | e72144d6265637d1e34bd79f5e373b4ff98d4d29 (patch) | |
tree | c9cda2a39e645575df372fe90840cc1176f6055b /libc/sysdeps/linux/powerpc/README.bits | |
parent | a9b6db9b78d8c63eafde91be08f12c6fa0ba1311 (diff) |
Change <bits/syscall.h> to <bits/sysnum.h>.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/README.bits')
-rw-r--r-- | libc/sysdeps/linux/powerpc/README.bits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/README.bits b/libc/sysdeps/linux/powerpc/README.bits index 2d6d4fa68..c0542e5b2 100644 --- a/libc/sysdeps/linux/powerpc/README.bits +++ b/libc/sysdeps/linux/powerpc/README.bits @@ -7,7 +7,7 @@ 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 + - syscall.h is deleted; instead, sysnum.h is autogenerated in uClibc - syscalls.h is added. |