diff options
Diffstat (limited to 'compat/malloc.c')
-rw-r--r-- | compat/malloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compat/malloc.c b/compat/malloc.c index d8097b13e024..74beae01c98c 100644 --- a/compat/malloc.c +++ b/compat/malloc.c @@ -5,12 +5,8 @@ #undef malloc #include <sys/types.h> -#ifndef USE_WINSOCK -void *malloc (); -#else /* provide a prototype */ void *malloc (size_t n); -#endif /* Allocate an N-byte block of memory from the heap. If N is zero, allocate a 1-byte block. */ |