diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/clone.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/clone.S b/sysdeps/unix/sysv/linux/powerpc/clone.S index 068b14c538..cca63fe0bc 100644 --- a/sysdeps/unix/sysv/linux/powerpc/clone.S +++ b/sysdeps/unix/sysv/linux/powerpc/clone.S @@ -19,7 +19,7 @@ #include <sysdep.h> #define _ERRNO_H 1 -#include <errnos.h> +#include <bits/errno.h> /* This is the only really unusual system call in PPC linux, but not because of any weirdness in the system call itself; because of |