summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks/superblocks.h
diff options
context:
space:
mode:
authorKarel Zak2012-07-09 17:26:15 +0200
committerKarel Zak2012-07-09 17:26:15 +0200
commit641e3e2061b7dcfe6fb556cddbb5ab13ad9b766e (patch)
tree0da35f5f2afa0afd2794040883c8a8b0908a6999 /libblkid/src/superblocks/superblocks.h
parentMerge branch 'master' of https://github.com/dankamongmen/util-linux (diff)
downloadkernel-qcow2-util-linux-641e3e2061b7dcfe6fb556cddbb5ab13ad9b766e.tar.gz
kernel-qcow2-util-linux-641e3e2061b7dcfe6fb556cddbb5ab13ad9b766e.tar.xz
kernel-qcow2-util-linux-641e3e2061b7dcfe6fb556cddbb5ab13ad9b766e.zip
libblkid: cleanup _attribute__ usage
Diffstat (limited to 'libblkid/src/superblocks/superblocks.h')
-rw-r--r--libblkid/src/superblocks/superblocks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libblkid/src/superblocks/superblocks.h b/libblkid/src/superblocks/superblocks.h
index 086a56861..08f1438fc 100644
--- a/libblkid/src/superblocks/superblocks.h
+++ b/libblkid/src/superblocks/superblocks.h
@@ -75,14 +75,14 @@ extern const struct blkid_idinfo exfat_idinfo;
*/
extern int blkid_probe_set_version(blkid_probe pr, const char *version);
extern int blkid_probe_sprintf_version(blkid_probe pr, const char *fmt, ...)
- __attribute__ ((format (printf, 2, 3)));
+ __attribute__ ((__format__ (__printf__, 2, 3)));
extern int blkid_probe_set_label(blkid_probe pr, unsigned char *label, size_t len);
extern int blkid_probe_set_utf8label(blkid_probe pr, unsigned char *label,
size_t len, int enc);
extern int blkid_probe_sprintf_uuid(blkid_probe pr, unsigned char *uuid,
size_t len, const char *fmt, ...)
- __attribute__ ((format (printf, 4, 5)));
+ __attribute__ ((__format__ (__printf__, 4, 5)));
extern int blkid_probe_strncpy_uuid(blkid_probe pr, unsigned char *str, size_t len);
extern int blkid_probe_set_uuid(blkid_probe pr, unsigned char *uuid);