summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2011-05-30 16:37:31 +0200
committerKarel Zak2011-05-30 16:37:46 +0200
commit10ee593293a167c3977e59ebe6a6f7d6c7288ab4 (patch)
tree65d488f22c2e6293ec9a6f4c65b2af57e8fb5130 /include/pathnames.h
parentlib: [sysfs.c] fix double free (diff)
downloadkernel-qcow2-util-linux-10ee593293a167c3977e59ebe6a6f7d6c7288ab4.tar.gz
kernel-qcow2-util-linux-10ee593293a167c3977e59ebe6a6f7d6c7288ab4.tar.xz
kernel-qcow2-util-linux-10ee593293a167c3977e59ebe6a6f7d6c7288ab4.zip
lib: [loopdev.c] add module for work loop devices
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 1ab0bcda6..e6e8e77f3 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -111,6 +111,9 @@
#define _PATH_MOUNTED_TMP _PATH_MOUNTED ".tmp"
#ifndef _PATH_DEV
+ /*
+ * The tailing '/' in _PATH_DEV is there for compatibility with libc.
+ */
# define _PATH_DEV "/dev/"
#endif