install-reloc: Support multi-binary installation.
[gnulib.git] / lib / unistd-safer.h
index 70cc699..5c2b55a 100644 (file)
@@ -1,6 +1,6 @@
 /* Invoke unistd-like functions, but avoid some glitches.
 
-   Copyright (C) 2001, 2003, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2005, 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
@@ -21,7 +21,7 @@ int dup_safer (int);
 int fd_safer (int);
 int pipe_safer (int[2]);
 
-#if GNULIB_CLOEXEC
+#if GNULIB_FD_SAFER_FLAG
 int dup_safer_flag (int, int);
 int fd_safer_flag (int, int);
 #endif