mirror of
https://github.com/fluencelabs/musl
synced 2025-06-22 19:21:58 +00:00
fix all missing instances of __cplusplus checks/extern "C" in headers
patch by Arvid Picciani (aep)
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#ifndef _MATH_H
|
||||
#define _MATH_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define __NEED___uint16_t
|
||||
#define __NEED___uint32_t
|
||||
#define __NEED___uint64_t
|
||||
@ -317,4 +321,8 @@ extern int signgam;
|
||||
double scalb(double, double);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user