aboutsummaryrefslogtreecommitdiff
path: root/pthreads/ptw32_calloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthreads/ptw32_calloc.c')
-rw-r--r--pthreads/ptw32_calloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthreads/ptw32_calloc.c b/pthreads/ptw32_calloc.c
index eea7c7482..e7b9e64fe 100644
--- a/pthreads/ptw32_calloc.c
+++ b/pthreads/ptw32_calloc.c
@@ -38,7 +38,7 @@
#include "implement.h"
-#ifdef NEED_CALLOC
+#if defined(NEED_CALLOC)
void *
ptw32_calloc (size_t n, size_t s)
{