blob: bf81c0b52b8e32ff8405e2945286707f1158f5d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// This translation unit provides symbols for functions marked with __MLIBC_INLINE_DEFINITION.
// All headers with such functions must be included here.
#define __MLIBC_EMIT_INLINE_DEFINITIONS
#include <mlibc-config.h>
#include <elf.h>
#if __MLIBC_LINUX_OPTION
#include <sys/sysmacros.h>
#endif /* __MLIBC_LINUX_OPTION */
#ifndef MLIBC_BUILDING_RTDL
#include <math.h>
#endif
|