]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define IN_EXCL_UNLINK
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Aug 2010 19:46:03 +0000 (12:46 -0700)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Aug 2010 19:46:03 +0000 (12:46 -0700)
ChangeLog
sysdeps/unix/sysv/linux/sys/inotify.h

index f5a1a622c99df0cfb2564064f8abae4d70039f2e..1d12009935fd84dc568c1f62234ba45dcba34bf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
+
        * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
        Add sys/fanotify.h.
        * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
index 8b3a85280f526246f36d7690530b76be221df20e..aee999afa8a5ec5816d78714135f2062784c75b5 100644 (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.  */