X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Funistd--.h;fp=lib%2Funistd--.h;h=5283d2c573f1085cdbc04413a3753805e22a923c;hb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;hp=1a7fd785b087e3914acfc417c2a4c205db297850;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5;p=debian%2Fgzip diff --git a/lib/unistd--.h b/lib/unistd--.h index 1a7fd78..5283d2c 100644 --- a/lib/unistd--.h +++ b/lib/unistd--.h @@ -1,6 +1,6 @@ /* Like unistd.h, but redefine some names to avoid glitches. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 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 @@ -25,3 +25,8 @@ #undef pipe #define pipe pipe_safer + +#if GNULIB_PIPE2_SAFER +# undef pipe2 +# define pipe2 pipe2_safer +#endif