diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-11 14:56:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-11 14:56:10 +0000 |
commit | 29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69 (patch) | |
tree | a99134a248fcc3412673592aa30d1963da96c7c8 /libc.map | |
parent | 36ecfe5690660610f27d839f3cae31f417b33a04 (diff) | |
download | glibc-29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69.zip glibc-29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69.tar.gz glibc-29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69.tar.bz2 |
Update.
1998-06-11 Ulrich Drepper <drepper@cygnus.com>
* libc.map: Don't export argp's fmtstream handling functions.
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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; |