190075Sobrien/* Threads compatibility routines for libgcc2 and libobjc.  */
290075Sobrien/* Compile this one with gcc.  */
390075Sobrien/* Copyright (C) 2000 Free Software Foundation, Inc.
490075Sobrien
590075SobrienThis file is part of GCC.
690075Sobrien
790075SobrienGCC is free software; you can redistribute it and/or modify it under
890075Sobrienthe terms of the GNU General Public License as published by the Free
990075SobrienSoftware Foundation; either version 2, or (at your option) any later
1090075Sobrienversion.
1190075Sobrien
1290075SobrienGCC is distributed in the hope that it will be useful, but WITHOUT ANY
1390075SobrienWARRANTY; without even the implied warranty of MERCHANTABILITY or
1490075SobrienFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1590075Sobrienfor more details.
1690075Sobrien
1790075SobrienYou should have received a copy of the GNU General Public License
1890075Sobrienalong with GCC; see the file COPYING.  If not, write to the Free
19169689SkanSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20169689Skan02110-1301, USA.  */
2190075Sobrien
2290075Sobrien/* As a special exception, if you link this library with other files,
2390075Sobrien   some of which are compiled with GCC, to produce an executable,
2490075Sobrien   this library does not by itself cause the resulting executable
2590075Sobrien   to be covered by the GNU General Public License.
2690075Sobrien   This exception does not however invalidate any other reasons why
2790075Sobrien   the executable file might be covered by the GNU General Public License.  */
2890075Sobrien
2990075Sobrien#ifndef GCC_GTHR_AIX_H
3090075Sobrien#define GCC_GTHR_AIX_H
3190075Sobrien
3290075Sobrien#ifdef _THREAD_SAFE
3390075Sobrien#include "gthr-posix.h"
3490075Sobrien#else
3590075Sobrien#include "gthr-single.h"
3690075Sobrien#endif
3790075Sobrien
3890075Sobrien#endif /* GCC_GTHR_AIX_H */
39