From: Jim Meyering Date: Fri, 18 Jul 2003 07:12:20 +0000 (+0000) Subject: Merge with gnulib. Use a single exit_failure variable rather X-Git-Tag: v5.0.90~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca9cb979e6f6a1eef8cfc49751270331a65c7fa;p=thirdparty%2Fcoreutils.git Merge with gnulib. Use a single exit_failure variable rather than a separate one for each module. --- diff --git a/lib/xmemcoll.h b/lib/xmemcoll.h index 1b1a193ee6..2f422e8c1c 100644 --- a/lib/xmemcoll.h +++ b/lib/xmemcoll.h @@ -1,3 +1,2 @@ #include -extern int xmemcoll_exit_failure; int xmemcoll (char *, size_t, char *, size_t);