diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-13 09:09:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-13 09:09:49 +0000 |
commit | f72386ad7c5009995612b4117a34de8c96d1509c (patch) | |
tree | a19f85238abfa02fb0b15bc3f56f10f9404ab015 /sysdeps/unix/sysv/linux | |
parent | 1f55ce483b6f14da23383d7a192a0a9d6b99b7de (diff) | |
download | glibc-f72386ad7c5009995612b4117a34de8c96d1509c.tar.gz glibc-f72386ad7c5009995612b4117a34de8c96d1509c.tar.xz glibc-f72386ad7c5009995612b4117a34de8c96d1509c.zip |
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
kernel-features.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S index 7e9213c2d6..1f2e250057 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S @@ -1,5 +1,5 @@ /* Jump to a new context. - Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,6 +20,7 @@ #include <sysdep.h> #include <rtld-global-offsets.h> #include <shlib-compat.h> +#include <kernel-features.h> #define __ASSEMBLY__ #include <asm/ptrace.h> |