diff options
Diffstat (limited to 'pfinet/linux/malloc.h')
-rw-r--r-- | pfinet/linux/malloc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pfinet/linux/malloc.h b/pfinet/linux/malloc.h deleted file mode 100644 index 06930659..00000000 --- a/pfinet/linux/malloc.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _HACK_MALLOC_H_ -#define _HACK_MALLOC_H_ - -#include <linux/mm.h> - -#define kfree_s(a,b) (free (a)) -#define kfree(a) (free (a)) -#define kmalloc(a,b) (malloc (a)) - -#endif |