diff options
Diffstat (limited to 'bsd-snprintf.c')
-rw-r--r-- | bsd-snprintf.c | 2 |
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 | ||
50 | static int pgsize; | 50 | static int pgsize; |