about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-08-11 12:46:03 -0700
committerUlrich Drepper <drepper@redhat.com>2010-08-11 12:46:03 -0700
commit754f7da38b0904b4b989d3500cc8dd5be625cf6a (patch)
tree7fbeb551ab0f5f277037bec504b5e1d68e83b88c /sysdeps/unix/sysv/linux/sys
parent10b3bedcb03386cc280113f552479793e4bac35f (diff)
downloadglibc-754f7da38b0904b4b989d3500cc8dd5be625cf6a.tar.gz
glibc-754f7da38b0904b4b989d3500cc8dd5be625cf6a.tar.xz
glibc-754f7da38b0904b4b989d3500cc8dd5be625cf6a.zip
Define IN_EXCL_UNLINK
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r--sysdeps/unix/sysv/linux/sys/inotify.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/inotify.h b/sysdeps/unix/sysv/linux/sys/inotify.h
index 8b3a85280f..aee999afa8 100644
--- a/sysdeps/unix/sysv/linux/sys/inotify.h
+++ b/sysdeps/unix/sysv/linux/sys/inotify.h
@@ -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.  */