summaryrefslogtreecommitdiff
path: root/libdm/mm
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-06-15 01:28:54 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-06-15 01:28:54 +0100
commitc2dc21d89fb1b60fd57fd471e3934132f4f53dc6 (patch)
tree91829b5b417c96c9b9c5266f8822f73623deb999 /libdm/mm
parent538acd56f1a3cd439028e0b9c9d6106cb820228c (diff)
downloadlvm2-c2dc21d89fb1b60fd57fd471e3934132f4f53dc6.tar.gz
text: miscellaneous comments & message tweaks
Diffstat (limited to 'libdm/mm')
-rw-r--r--libdm/mm/pool-fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/mm/pool-fast.c b/libdm/mm/pool-fast.c
index 0e13416b1..2b494d629 100644
--- a/libdm/mm/pool-fast.c
+++ b/libdm/mm/pool-fast.c
@@ -18,7 +18,7 @@
#endif
#include "dmlib.h"
-#include <stddef.h>
+#include <stddef.h> /* For musl libc */
#include <malloc.h>
struct chunk {