Home | History | Annotate | Line # | Download | only in include
stdlib.h revision 1.1.20.1
      1       1.1  riastrad #include <sys/cdefs.h>
      2       1.1  riastrad #include <sys/malloc.h>
      3       1.1  riastrad #undef malloc
      4       1.1  riastrad #undef free
      5  1.1.20.1    martin #define	malloc(size)	__malloc_should_not_be_used
      6  1.1.20.1    martin #define	free(addr)	__free_should_not_be_used
      7       1.1  riastrad 
      8  1.1.20.1    martin #define abort()		panic("libsodium internal error")
      9