| Index: fusl/src/internal/vis.h
|
| diff --git a/fusl/src/internal/vis.h b/fusl/src/internal/vis.h
|
| index 35855fc8ab9fbd587fa6fdecbaeec4cb1014016b..ef33bec93938e8d2a2e7aab8362e5bb84e7ce688 100644
|
| --- a/fusl/src/internal/vis.h
|
| +++ b/fusl/src/internal/vis.h
|
| @@ -10,17 +10,17 @@
|
| * fail to support copy relocations for protected data, so exclude all
|
| * exported data symbols. */
|
|
|
| -__attribute__((__visibility__("default")))
|
| -extern struct _IO_FILE *const stdin, *const stdout, *const stderr;
|
| +__attribute__((__visibility__("default"))) extern struct _IO_FILE *const stdin,
|
| + *const stdout, *const stderr;
|
|
|
| -__attribute__((__visibility__("default")))
|
| -extern int optind, opterr, optopt, optreset, __optreset, getdate_err, h_errno, daylight, __daylight, signgam, __signgam;
|
| +__attribute__((__visibility__("default"))) extern int optind, opterr, optopt,
|
| + optreset, __optreset, getdate_err, h_errno, daylight, __daylight, signgam,
|
| + __signgam;
|
|
|
| -__attribute__((__visibility__("default")))
|
| -extern long timezone, __timezone;
|
| +__attribute__((__visibility__("default"))) extern long timezone, __timezone;
|
|
|
| -__attribute__((__visibility__("default")))
|
| -extern char *optarg, **environ, **__environ, *tzname[2], *__tzname[2], *__progname, *__progname_full;
|
| +__attribute__((__visibility__("default"))) extern char *optarg, **environ,
|
| + **__environ, *tzname[2], *__tzname[2], *__progname, *__progname_full;
|
|
|
| #pragma GCC visibility push(protected)
|
|
|
|
|