]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - login/getutent.c
Mark internal utmp functions with attribute_hidden [BZ #18822]
[thirdparty/glibc.git] / login / getutent.c
index 114f7dbbc77fbfe00abbcc1a6aecb4be4e5b8c06..2f6ccf0d3b6d6964394c0292bd30f8b793f09c5e 100644 (file)
@@ -41,4 +41,5 @@ __getutent (void)
 
   return result;
 }
+libc_hidden_def (__getutent)
 weak_alias (__getutent, getutent)