1251881Speter// Specific definitions for Bionic  -*- C++ -*-
2251881Speter
3251881Speter// Copyright (C) 2010-2022 Free Software Foundation, Inc.
4251881Speter//
5251881Speter// This file is part of the GNU ISO C++ Library.  This library is free
6251881Speter// software; you can redistribute it and/or modify it under the
7251881Speter// terms of the GNU General Public License as published by the
8251881Speter// Free Software Foundation; either version 3, or (at your option)
9251881Speter// any later version.
10251881Speter
11251881Speter// This library is distributed in the hope that it will be useful,
12251881Speter// but WITHOUT ANY WARRANTY; without even the implied warranty of
13251881Speter// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14251881Speter// GNU General Public License for more details.
15251881Speter
16251881Speter// Under Section 7 of GPL version 3, you are granted additional
17251881Speter// permissions described in the GCC Runtime Library Exception, version
18251881Speter// 3.1, as published by the Free Software Foundation.
19251881Speter
20251881Speter// You should have received a copy of the GNU General Public License and
21251881Speter// a copy of the GCC Runtime Library Exception along with this program;
22251881Speter// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23251881Speter// <http://www.gnu.org/licenses/>.
24251881Speter
25251881Speter/** @file bits/os_defines.h
26251881Speter *  This is an internal header file, included by other library headers.
27251881Speter *  Do not attempt to use it directly. @headername{iosfwd}
28251881Speter */
29251881Speter
30251881Speter#ifndef _GLIBCXX_OS_DEFINES
31251881Speter#define _GLIBCXX_OS_DEFINES 1
32251881Speter
33251881Speter// System-specific #define, typedefs, corrections, etc, go here.  This
34251881Speter// file will come before all others.
35251881Speter
36251881Speter#endif
37251881Speter