X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistd-safer.h;h=190f108624fb43ce0756336e1b60d1b1e3290b2c;hb=497bb5fc57d14e07115482157ed318d078a83083;hp=70cc6998a5d51b5577d943b6ab69f109036ad028;hpb=6ed67a15a265e213d2cbaac25ccc995fddf73ac6;p=gnulib.git diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h index 70cc6998a..190f10862 100644 --- a/lib/unistd-safer.h +++ b/lib/unistd-safer.h @@ -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