]> gcc.gnu.org Git - gcc.git/blame - gcc/gthr-aix.h
Makefile.in, [...]: replace "GNU CC" with "GCC".
[gcc.git] / gcc / gthr-aix.h
CommitLineData
a473fe45
DE
1/* Threads compatibility routines for libgcc2 and libobjc. */
2/* Compile this one with gcc. */
3/* Copyright (C) 2000 Free Software Foundation, Inc.
4
1322177d 5This file is part of GCC.
a473fe45 6
1322177d
LB
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free
9Software Foundation; either version 2, or (at your option) any later
10version.
a473fe45 11
1322177d
LB
12GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13WARRANTY; without even the implied warranty of MERCHANTABILITY or
14FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15for more details.
a473fe45
DE
16
17You should have received a copy of the GNU General Public License
1322177d
LB
18along with GCC; see the file COPYING. If not, write to the Free
19Software Foundation, 59 Temple Place - Suite 330, Boston, MA
2002111-1307, USA. */
a473fe45
DE
21
22/* As a special exception, if you link this library with other files,
23 some of which are compiled with GCC, to produce an executable,
24 this library does not by itself cause the resulting executable
25 to be covered by the GNU General Public License.
26 This exception does not however invalidate any other reasons why
27 the executable file might be covered by the GNU General Public License. */
28
88657302
RH
29#ifndef GCC_GTHR_AIX_H
30#define GCC_GTHR_AIX_H
a473fe45
DE
31
32#ifdef _THREAD_SAFE
33#include "gthr-posix.h"
34#else
35#include "gthr-single.h"
36#endif
37
88657302 38#endif /* GCC_GTHR_AIX_H */
This page took 0.281879 seconds and 5 git commands to generate.