about summary refs log tree commit diff
path: root/inet/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'inet/Versions')
-rw-r--r--inet/Versions9
1 files changed, 5 insertions, 4 deletions
diff --git a/inet/Versions b/inet/Versions
index 1b1baa5b35..eb3b13c9d2 100644
--- a/inet/Versions
+++ b/inet/Versions
@@ -3,10 +3,6 @@ libc {
     # functions with required interface outside normal name space
     __ivaliduser; __check_rhosts_file; __rcmd_errstr;
 
-    # functions used in other libraries
-    __internal_endnetgrent; __internal_getnetgrent_r;
-    __internal_setnetgrent;
-
     # variables in normal name space
     rexecoptions;
 
@@ -68,4 +64,9 @@ libc {
     # r*
     rcmd_af; rexec_af; rresvport_af; ruserok_af;
   }
+  GLIBC_PRIVATE {
+    # functions used in other libraries
+    __internal_endnetgrent; __internal_getnetgrent_r;
+    __internal_setnetgrent;
+  }
 }