Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/sys
File: ioctl.h
/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
[0] Fix | Delete
This file is part of the GNU C Library.
[1] Fix | Delete
[2] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[3] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[4] Fix | Delete
License as published by the Free Software Foundation; either
[5] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[6] Fix | Delete
[7] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[8] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[9] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[10] Fix | Delete
Lesser General Public License for more details.
[11] Fix | Delete
[12] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[13] Fix | Delete
License along with the GNU C Library; if not, see
[14] Fix | Delete
<http://www.gnu.org/licenses/>. */
[15] Fix | Delete
[16] Fix | Delete
#ifndef _SYS_IOCTL_H
[17] Fix | Delete
#define _SYS_IOCTL_H 1
[18] Fix | Delete
[19] Fix | Delete
#include <features.h>
[20] Fix | Delete
[21] Fix | Delete
__BEGIN_DECLS
[22] Fix | Delete
[23] Fix | Delete
/* Get the list of `ioctl' requests and related constants. */
[24] Fix | Delete
#include <bits/ioctls.h>
[25] Fix | Delete
[26] Fix | Delete
/* Define some types used by `ioctl' requests. */
[27] Fix | Delete
#include <bits/ioctl-types.h>
[28] Fix | Delete
[29] Fix | Delete
/* On a Unix system, the system <sys/ioctl.h> probably defines some of
[30] Fix | Delete
the symbols we define in <sys/ttydefaults.h> (usually with the same
[31] Fix | Delete
values). The code to generate <bits/ioctls.h> has omitted these
[32] Fix | Delete
symbols to avoid the conflict, but a Unix program expects <sys/ioctl.h>
[33] Fix | Delete
to define them, so we must include <sys/ttydefaults.h> here. */
[34] Fix | Delete
#include <sys/ttydefaults.h>
[35] Fix | Delete
[36] Fix | Delete
/* Perform the I/O control operation specified by REQUEST on FD.
[37] Fix | Delete
One argument may follow; its presence and type depend on REQUEST.
[38] Fix | Delete
Return value depends on REQUEST. Usually -1 indicates error. */
[39] Fix | Delete
extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
[40] Fix | Delete
[41] Fix | Delete
__END_DECLS
[42] Fix | Delete
[43] Fix | Delete
#endif /* sys/ioctl.h */
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function