diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/libc-vdso.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/libc-vdso.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/libc-vdso.h b/sysdeps/unix/sysv/linux/powerpc/libc-vdso.h index 5fe817d6cb..6f55944a51 100644 --- a/sysdeps/unix/sysv/linux/powerpc/libc-vdso.h +++ b/sysdeps/unix/sysv/linux/powerpc/libc-vdso.h @@ -20,8 +20,7 @@ #ifndef _LIBC_VDSO_H #define _LIBC_VDSO_H -#ifdef SHARED - +#include <sysdep.h> #include <sysdep-vdso.h> extern int (*VDSO_SYMBOL(gettimeofday)) (struct timeval *, void *) @@ -69,6 +68,4 @@ extern void *VDSO_SYMBOL(sigtramp_rt32); #define VDSO_IFUNC_RET(value) ((void *) (value)) #endif -#endif - #endif /* _LIBC_VDSO_H */ |