install-reloc: Support multi-binary installation.
[gnulib.git] / lib / fchownat.c
index 72bad1b..3e35579 100644 (file)
@@ -4,7 +4,7 @@
    when the buggy fchownat-with-AT_SYMLINK_NOFOLLOW operates on a symlink, it
    mistakenly affects the symlink referent, rather than the symlink itself.
 
-   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,8 +23,6 @@
 
 #include <config.h>
 
-#define FCHOWNAT_INLINE _GL_EXTERN_INLINE
-
 #include <unistd.h>
 
 #include <errno.h>