about summary refs log tree commit diff
path: root/libc.map
diff options
context:
space:
mode:
Diffstat (limited to 'libc.map')
-rw-r--r--libc.map13
1 files changed, 8 insertions, 5 deletions
diff --git a/libc.map b/libc.map
index 7381033cfc..3d3f45a4eb 100644
--- a/libc.map
+++ b/libc.map
@@ -527,11 +527,14 @@ GLIBC_2.1 {
     # a*
     addseverity; alphasort64;
 
-    argp_error; argp_failure; argp_fmtstream_free; argp_fmtstream_point;
-    argp_fmtstream_printf; argp_fmtstream_putc; argp_fmtstream_puts;
-    argp_fmtstream_set_lmargin; argp_fmtstream_set_rmargin;
-    argp_fmtstream_set_wmargin; argp_fmtstream_write; argp_help;
-    argp_make_fmtstream; argp_parse; argp_state_help; argp_usage;
+    argp_error; argp_failure; argp_help; argp_parse; argp_state_help;
+    argp_usage;
+
+    # These probably shouldn't be exported, they are internal.
+    # argp_fmtstream_free; argp_fmtstream_point; argp_fmtstream_printf;
+    # argp_fmtstream_putc; argp_fmtstream_puts; argp_fmtstream_set_lmargin;
+    # argp_fmtstream_set_rmargin; argp_fmtstream_set_wmargin;
+    # argp_fmtstream_write; argp_make_fmtstream;
 
     authdes_create; authdes_getucred; authdes_pk_create;