diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/posix_fadvise64.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/posix_fadvise64.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/posix_fadvise64.S b/sysdeps/unix/sysv/linux/i386/posix_fadvise64.S index dc82582fa0..092a3bfb97 100644 --- a/sysdeps/unix/sysv/linux/i386/posix_fadvise64.S +++ b/sysdeps/unix/sysv/linux/i386/posix_fadvise64.S @@ -1,4 +1,5 @@ -/* Copyright (C) 1995-2000,2002,2003,2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1995-2000,2002,2003,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,7 +21,7 @@ #include <bp-sym.h> #include <bp-asm.h> -#include "kernel-features.h" +#include <kernel-features.h> #define EINVAL 22 #define ENOSYS 38 |