diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S index ec7a2a1cea..82864c91f8 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <sysdep-cancel.h> +#include <sysdep.h> #define _ERRNO_H 1 #include <bits/errno.h> #include <kernel-features.h> |