fix broken struct shmid_ds on powerpc (32-bit)
[musl] / src / malloc / libc_calloc.c
1 #define calloc __libc_calloc
2 #define malloc __libc_malloc
3
4 #include "calloc.c"