summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorDavidlohr Bueso2012-02-29 12:27:41 +0100
committerKarel Zak2012-02-29 12:27:41 +0100
commit79b128072502544e8e8ede0b46d93c052ac575a1 (patch)
tree4507f65834092d193eb29af7c23b8b88a60bd637 /include/pathnames.h
parentbuild-sys: s/ruman/ruman1/ (diff)
downloadkernel-qcow2-util-linux-79b128072502544e8e8ede0b46d93c052ac575a1.tar.gz
kernel-qcow2-util-linux-79b128072502544e8e8ede0b46d93c052ac575a1.tar.xz
kernel-qcow2-util-linux-79b128072502544e8e8ede0b46d93c052ac575a1.zip
include: add /proc/locks path to pathnames
Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index e6e3d1957..3547e8e4a 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -88,6 +88,7 @@
#define _PATH_PROC_PARTITIONS "/proc/partitions"
#define _PATH_PROC_DEVICES "/proc/devices"
#define _PATH_PROC_MOUNTINFO "/proc/self/mountinfo"
+#define _PATH_PROC_LOCKS "/proc/locks"
#define _PATH_SYS_BLOCK "/sys/block"
#define _PATH_SYS_DEVBLOCK "/sys/dev/block"