X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/67109eef29514092df311f5989fcd62c31e1d20f..20d44251fa01c2f55f175fe9d1d3f284daa8dc60:/lib/minilib.c diff --git a/lib/minilib.c b/lib/minilib.c index 56090ed..30412db 100644 --- a/lib/minilib.c +++ b/lib/minilib.c @@ -6,7 +6,7 @@ * For small things, gcc inlines its memcpy, but for large things, we call out * to this memcpy. */ -inline void _memcpy(void *dest, const void *src, int bytes) +void _memcpy(void *dest, const void *src, int bytes) { /* I hate everyone */ /* Since we otherwise compile with -O0, we might as well manually speed this up a bit. */