diff options
Diffstat (limited to 'debug')
-rw-r--r-- | debug/fdelt_chk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/fdelt_chk.c b/debug/fdelt_chk.c index d1d3a19..bcf8f33 100644 --- a/debug/fdelt_chk.c +++ b/debug/fdelt_chk.c @@ -28,3 +28,4 @@ __fdelt_chk (long int d) return d / __NFDBITS; } strong_alias (__fdelt_chk, __fdelt_warn) +libc_hidden_def (__fdelt_chk) |