summaryrefslogtreecommitdiff
path: root/tools-util.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-07-04 13:33:53 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-07-04 23:33:54 -0400
commit07ec713e056a73337bc0f53f5910f5179537b2c2 (patch)
treef43e435b6fb409f4dab4420be283690101904c7c /tools-util.h
parent55142cd0b5ef2a2150d4708dad0c3fd54a3ffd39 (diff)
Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX
Diffstat (limited to 'tools-util.h')
-rw-r--r--tools-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-util.h b/tools-util.h
index de8010ee..568707bc 100644
--- a/tools-util.h
+++ b/tools-util.h
@@ -22,7 +22,7 @@
#define noreturn __attribute__((noreturn))
-void die(const char *, ...) __attribute__((format(printf, 1, 2))) noreturn;
+void die(const char *, ...) noreturn;
char *mprintf(const char *, ...)
__attribute__ ((format (printf, 1, 2)));
void *xcalloc(size_t, size_t);