diff options
| author | Rich Felker <dalias@aerifal.cx> | 2018-09-11 12:32:46 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2018-09-12 14:34:34 -0400 |
| commit | 7e399fabd3db2c528b5982803eeba2841f547695 (patch) | |
| tree | 7dd5b5bf30e99dd0f622203017bc9364e8a74aab /src/locale | |
| parent | apply hidden visibility to sigreturn code fragments (diff) | |
| download | grovel-7e399fabd3db2c528b5982803eeba2841f547695.tar.gz grovel-7e399fabd3db2c528b5982803eeba2841f547695.tar.xz | |
apply hidden visibility to various remaining internal interfaces
Diffstat (limited to 'src/locale')
| -rw-r--r-- | src/locale/pleval.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/locale/pleval.h b/src/locale/pleval.h index 398d1b98..cc515f42 100644 --- a/src/locale/pleval.h +++ b/src/locale/pleval.h @@ -1,6 +1,8 @@ #ifndef PLEVAL_H #define PLEVAL_H -unsigned long __pleval(const char *, unsigned long); +#include <features.h> + +hidden unsigned long __pleval(const char *, unsigned long); #endif |
