xref: /netbsd-src/external/gpl2/xcvs/dist/lib/exitfail.h (revision a7c918477dd5f12c1da816ba05caf44eab2d06d6)
1*a7c91847Schristos /* Failure exit status
2*a7c91847Schristos 
3*a7c91847Schristos    Copyright (C) 2002 Free Software Foundation, Inc.
4*a7c91847Schristos 
5*a7c91847Schristos    This program is free software; you can redistribute it and/or modify
6*a7c91847Schristos    it under the terms of the GNU General Public License as published by
7*a7c91847Schristos    the Free Software Foundation; either version 2, or (at your option)
8*a7c91847Schristos    any later version.
9*a7c91847Schristos 
10*a7c91847Schristos    This program is distributed in the hope that it will be useful,
11*a7c91847Schristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
12*a7c91847Schristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13*a7c91847Schristos    GNU General Public License for more details.
14*a7c91847Schristos 
15*a7c91847Schristos    You should have received a copy of the GNU General Public License
16*a7c91847Schristos    along with this program; see the file COPYING.
17*a7c91847Schristos    If not, write to the Free Software Foundation,
18*a7c91847Schristos    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
19*a7c91847Schristos 
20*a7c91847Schristos extern int volatile exit_failure;
21