summaryrefslogtreecommitdiff
path: root/bsd-snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-snprintf.c')
-rw-r--r--bsd-snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-snprintf.c b/bsd-snprintf.c
index 81a4b284e..c1dcdab4b 100644
--- a/bsd-snprintf.c
+++ b/bsd-snprintf.c
@@ -44,7 +44,7 @@
44#include <setjmp.h> 44#include <setjmp.h>
45 45
46#ifndef roundup 46#ifndef roundup
47#define roundup (x, y) ((((x)+((y)-1))/(y))*(y)) 47#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))
48#endif 48#endif
49 49
50static int pgsize; 50static int pgsize;