1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Define IN_EXCL_UNLINK

This commit is contained in:
Ulrich Drepper
2010-08-11 12:46:03 -07:00
parent 10b3bedcb0
commit 754f7da38b
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
/* Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -72,6 +72,8 @@ struct inotify_event
#define IN_ONLYDIR 0x01000000 /* Only watch the path if it is a
directory. */
#define IN_DONT_FOLLOW 0x02000000 /* Do not follow a sym link. */
#define IN_EXCL_UNLINK 0x04000000 /* Exclude events on unlinked
objects. */
#define IN_MASK_ADD 0x20000000 /* Add to the mask of an already
existing watch. */
#define IN_ISDIR 0x40000000 /* Event occurred against dir. */