Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/sys
File: fanotify.h
/* Copyright (C) 2010-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_FANOTIFY_H
[17] Fix | Delete
#define _SYS_FANOTIFY_H 1
[18] Fix | Delete
[19] Fix | Delete
#include <stdint.h>
[20] Fix | Delete
#include <linux/fanotify.h>
[21] Fix | Delete
[22] Fix | Delete
[23] Fix | Delete
__BEGIN_DECLS
[24] Fix | Delete
[25] Fix | Delete
/* Create and initialize fanotify group. */
[26] Fix | Delete
extern int fanotify_init (unsigned int __flags, unsigned int __event_f_flags)
[27] Fix | Delete
__THROW;
[28] Fix | Delete
[29] Fix | Delete
/* Add, remove, or modify an fanotify mark on a filesystem object. */
[30] Fix | Delete
extern int fanotify_mark (int __fanotify_fd, unsigned int __flags,
[31] Fix | Delete
uint64_t __mask, int __dfd, const char *__pathname)
[32] Fix | Delete
__THROW;
[33] Fix | Delete
[34] Fix | Delete
__END_DECLS
[35] Fix | Delete
[36] Fix | Delete
#endif /* sys/fanotify.h */
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function