1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-31 16:21:11 +03:00
systemd-stable/klibc_fixups/malloc.h

10 lines
122 B
C
Raw Normal View History

#ifdef __KLIBC__
#ifndef _MALLOC_H
#define _MALLOC_H
#include <stdlib.h>
#endif /* _MALLOC_H */
#endif /* __KLIBC__ */