ceil, trunc, round: Fix gcc warnings.
[pspp] / lib / unistd-safer.h
index 70cc6998a5d51b5577d943b6ab69f109036ad028..190f108624fb43ce0756336e1b60d1b1e3290b2c 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-2010 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