Blame files-have_o_cloexec.c

Packit 231c70
/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
Packit 231c70
   This file is part of the GNU C Library.
Packit 231c70
Packit 231c70
   The GNU C Library is free software; you can redistribute it and/or
Packit 231c70
   modify it under the terms of the GNU Lesser General Public
Packit 231c70
   License as published by the Free Software Foundation; either
Packit 231c70
   version 2.1 of the License, or (at your option) any later version.
Packit 231c70
Packit 231c70
   The GNU C Library is distributed in the hope that it will be useful,
Packit 231c70
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 231c70
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 231c70
   Lesser General Public License for more details.
Packit 231c70
Packit 231c70
   You should have received a copy of the GNU Lesser General Public
Packit 231c70
   License along with the GNU C Library; if not, see
Packit 231c70
   <http://www.gnu.org/licenses/>.  */
Packit 231c70
Packit 231c70
#include <fcntl.h>
Packit 231c70
Packit 231c70
#if defined O_CLOEXEC && !defined __ASSUME_O_CLOEXEC
Packit 231c70
int __have_o_cloexec;
Packit 231c70
#endif