summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2007-11-28 17:32:24 +0000
committerroot <root>2007-11-28 17:32:24 +0000
commit8e8152fabdbc286d50af6cabb52d933ccce7da42 (patch)
tree9e65161411132918f40eec67c744a0aa5582af3d /ev.h
parente53306e99926168d590f09e39ec05ad229799811 (diff)
fucking windows hates iso c, stupid microsoft lock-in strategy
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ev.h b/ev.h
index bd023a7..d9f558a 100644
--- a/ev.h
+++ b/ev.h
@@ -66,8 +66,6 @@ typedef double ev_tstamp;
/*****************************************************************************/
-#include <stddef.h> /* for size_t */
-
#if EV_STAT_ENABLE
# include <sys/stat.h>
#endif
@@ -338,7 +336,7 @@ ev_tstamp ev_time (void);
* or take some potentially destructive action.
* The default is your system realloc function.
*/
-void ev_set_allocator (void *(*cb)(void *ptr, size_t size));
+void ev_set_allocator (void *(*cb)(void *ptr, long size));
/* set the callback function to call on a
* retryable syscall error