]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - login/getutline.c
Mark internal utmp functions with attribute_hidden [BZ #18822]
[thirdparty/glibc.git] / login / getutline.c
index f5291e8a8ed8ef36d2b729301a533c3b2de4aa86..636b8feec81f704b43219ed785b21dc89aa8d9af 100644 (file)
@@ -40,4 +40,5 @@ __getutline (const struct utmp *line)
 
   return result;
 }
+libc_hidden_def (__getutline)
 weak_alias (__getutline, getutline)