]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config/rs6000/gthr-aix.h
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / rs6000 / gthr-aix.h
CommitLineData
0a3e56df 1/* Threads compatibility routines for libgcc2 and libobjc. */
2/* Compile this one with gcc. */
f1717362 3/* Copyright (C) 2000-2016 Free Software Foundation, Inc.
0a3e56df 4
f12b58b3 5This file is part of GCC.
0a3e56df 6
f12b58b3 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
6bc9506f 9Software Foundation; either version 3, or (at your option) any later
f12b58b3 10version.
0a3e56df 11
f12b58b3 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.
0a3e56df 16
6bc9506f 17Under Section 7 of GPL version 3, you are granted additional
18permissions described in the GCC Runtime Library Exception, version
193.1, as published by the Free Software Foundation.
20
21You should have received a copy of the GNU General Public License and
22a copy of the GCC Runtime Library Exception along with this program;
23see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
24<http://www.gnu.org/licenses/>. */
0a3e56df 25
2a281353 26#ifndef GCC_GTHR_AIX_H
27#define GCC_GTHR_AIX_H
0a3e56df 28
29#ifdef _THREAD_SAFE
7336fab9 30#include "gthr-posix.h"
0a3e56df 31#else
32#include "gthr-single.h"
33#endif
34
2a281353 35#endif /* GCC_GTHR_AIX_H */