xref: /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/cow-std-ops.cc (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1*cef8759bSmrg // Filesystem operations -*- C++ -*-
2*cef8759bSmrg 
3*cef8759bSmrg // Copyright (C) 2015-2018 Free Software Foundation, Inc.
4*cef8759bSmrg //
5*cef8759bSmrg // This file is part of the GNU ISO C++ Library.  This library is free
6*cef8759bSmrg // software; you can redistribute it and/or modify it under the
7*cef8759bSmrg // terms of the GNU General Public License as published by the
8*cef8759bSmrg // Free Software Foundation; either version 3, or (at your option)
9*cef8759bSmrg // any later version.
10*cef8759bSmrg 
11*cef8759bSmrg // This library is distributed in the hope that it will be useful,
12*cef8759bSmrg // but WITHOUT ANY WARRANTY; without even the implied warranty of
13*cef8759bSmrg // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*cef8759bSmrg // GNU General Public License for more details.
15*cef8759bSmrg 
16*cef8759bSmrg // Under Section 7 of GPL version 3, you are granted additional
17*cef8759bSmrg // permissions described in the GCC Runtime Library Exception, version
18*cef8759bSmrg // 3.1, as published by the Free Software Foundation.
19*cef8759bSmrg 
20*cef8759bSmrg // You should have received a copy of the GNU General Public License and
21*cef8759bSmrg // a copy of the GCC Runtime Library Exception along with this program;
22*cef8759bSmrg // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23*cef8759bSmrg // <http://www.gnu.org/licenses/>.
24*cef8759bSmrg 
25*cef8759bSmrg #define _GLIBCXX_USE_CXX11_ABI 0
26*cef8759bSmrg #include "std-ops.cc"
27