mirror of https://git.musl-libc.org/git/musl
16 changed files with 52 additions and 46 deletions
@ -1,6 +1,8 @@ |
|||||
#ifndef PLEVAL_H |
#ifndef PLEVAL_H |
||||
#define PLEVAL_H |
#define PLEVAL_H |
||||
|
|
||||
unsigned long __pleval(const char *, unsigned long); |
#include <features.h> |
||||
|
|
||||
|
hidden unsigned long __pleval(const char *, unsigned long); |
||||
|
|
||||
#endif |
#endif |
||||
|
|||||
@ -1,4 +1,5 @@ |
|||||
#include <stdint.h> |
#include <stdint.h> |
||||
|
#include <features.h> |
||||
|
|
||||
uint64_t __rand48_step(unsigned short *xi, unsigned short *lc); |
hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc); |
||||
extern unsigned short __seed48[7]; |
extern hidden unsigned short __seed48[7]; |
||||
|
|||||
Loading…
Reference in new issue