diff options
Diffstat (limited to 'debug/fprintf_chk.c')
-rw-r--r-- | debug/fprintf_chk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/fprintf_chk.c b/debug/fprintf_chk.c index b57d538..273051e 100644 --- a/debug/fprintf_chk.c +++ b/debug/fprintf_chk.c @@ -35,4 +35,5 @@ ___fprintf_chk (FILE *fp, int flag, const char *format, ...) return ret; } +ldbl_hidden_def (___fprintf_chk, __fprintf_chk) ldbl_strong_alias (___fprintf_chk, __fprintf_chk) |