diff options
Diffstat (limited to 'stdio-common/perror.c')
-rw-r--r-- | stdio-common/perror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/perror.c b/stdio-common/perror.c index 6a4e3494ed..9899c7d509 100644 --- a/stdio-common/perror.c +++ b/stdio-common/perror.c @@ -90,3 +90,4 @@ perror (const char *s) perror_internal (stderr, s, errnum); #endif } +libc_hidden_def (perror) |