diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:50:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:50:39 +0000 |
commit | 14b4bd59095fd553f780ae83aad2854b820090bf (patch) | |
tree | de3fee32dbf8f62b517d8273ff49a6bac5ab7f8b /pfinet | |
parent | 79c40dfecc010bb58b598d74a08513089004e1f6 (diff) |
Formerly malloc.h.~2~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/linux/malloc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pfinet/linux/malloc.h b/pfinet/linux/malloc.h index e69de29b..4189796e 100644 --- a/pfinet/linux/malloc.h +++ b/pfinet/linux/malloc.h @@ -0,0 +1,7 @@ +#ifndef _HACK_MALLOC_H_ +#define _HACK_MALLOC_H_ + +#define kfree_s(a,b) (free (a)) +#define kmalloc(a,b) (malloc (a)) + +#endif |