Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: poll2.h
/* Checking macros for poll functions.
[0] Fix | Delete
Copyright (C) 2012-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
[3] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[4] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[5] Fix | Delete
License as published by the Free Software Foundation; either
[6] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[7] Fix | Delete
[8] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[11] Fix | Delete
Lesser General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[14] Fix | Delete
License along with the GNU C Library; if not, see
[15] Fix | Delete
<http://www.gnu.org/licenses/>. */
[16] Fix | Delete
[17] Fix | Delete
#ifndef _SYS_POLL_H
[18] Fix | Delete
# error "Never include <bits/poll2.h> directly; use <sys/poll.h> instead."
[19] Fix | Delete
#endif
[20] Fix | Delete
[21] Fix | Delete
[22] Fix | Delete
__BEGIN_DECLS
[23] Fix | Delete
[24] Fix | Delete
extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds,
[25] Fix | Delete
int __timeout), poll);
[26] Fix | Delete
extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout,
[27] Fix | Delete
__SIZE_TYPE__ __fdslen);
[28] Fix | Delete
extern int __REDIRECT (__poll_chk_warn, (struct pollfd *__fds, nfds_t __nfds,
[29] Fix | Delete
int __timeout, __SIZE_TYPE__ __fdslen),
[30] Fix | Delete
__poll_chk)
[31] Fix | Delete
__warnattr ("poll called with fds buffer too small file nfds entries");
[32] Fix | Delete
[33] Fix | Delete
__fortify_function int
[34] Fix | Delete
poll (struct pollfd *__fds, nfds_t __nfds, int __timeout)
[35] Fix | Delete
{
[36] Fix | Delete
return __glibc_fortify (poll, __nfds, sizeof (*__fds),
[37] Fix | Delete
__glibc_objsize (__fds),
[38] Fix | Delete
__fds, __nfds, __timeout);
[39] Fix | Delete
}
[40] Fix | Delete
[41] Fix | Delete
[42] Fix | Delete
#ifdef __USE_GNU
[43] Fix | Delete
extern int __REDIRECT (__ppoll_alias, (struct pollfd *__fds, nfds_t __nfds,
[44] Fix | Delete
const struct timespec *__timeout,
[45] Fix | Delete
const __sigset_t *__ss), ppoll);
[46] Fix | Delete
extern int __ppoll_chk (struct pollfd *__fds, nfds_t __nfds,
[47] Fix | Delete
const struct timespec *__timeout,
[48] Fix | Delete
const __sigset_t *__ss, __SIZE_TYPE__ __fdslen);
[49] Fix | Delete
extern int __REDIRECT (__ppoll_chk_warn, (struct pollfd *__fds, nfds_t __nfds,
[50] Fix | Delete
const struct timespec *__timeout,
[51] Fix | Delete
const __sigset_t *__ss,
[52] Fix | Delete
__SIZE_TYPE__ __fdslen),
[53] Fix | Delete
__ppoll_chk)
[54] Fix | Delete
__warnattr ("ppoll called with fds buffer too small file nfds entries");
[55] Fix | Delete
[56] Fix | Delete
__fortify_function int
[57] Fix | Delete
ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout,
[58] Fix | Delete
const __sigset_t *__ss)
[59] Fix | Delete
{
[60] Fix | Delete
return __glibc_fortify (ppoll, __nfds, sizeof (*__fds),
[61] Fix | Delete
__glibc_objsize (__fds),
[62] Fix | Delete
__fds, __nfds, __timeout, __ss);
[63] Fix | Delete
}
[64] Fix | Delete
#endif
[65] Fix | Delete
[66] Fix | Delete
__END_DECLS
[67] Fix | Delete
[68] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function