diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mntent_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mntent_r.c b/misc/mntent_r.c index 30f55212be..96bd1e2fb4 100644 --- a/misc/mntent_r.c +++ b/misc/mntent_r.c @@ -293,4 +293,5 @@ __hasmntopt (const struct mntent *mnt, const char *opt) return NULL; } +libc_hidden_def (__hasmntopt) weak_alias (__hasmntopt, hasmntopt) |