/usr/lib/bcc/include/bsd/stdlib.h is in elks-libc 0.16.17-3.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | /* some things shouldn't be macros, get out your barf bag */
#ifndef _BSD_STDLIB_H
#define _BSD_STDLIB_H
#undef __MALLOC_0_RETURNS_NULL
#define __MALLOC_0_RETURNS_NULL
#include_next <stdlib.h>
#undef atoi
#undef atol
#endif /* _BSD_STDLIB_H */
|