git: libc: Clean up the Symbol.maps a bit.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Aug 13 18:27:46 PDT 2021


commit dd010514c659606dfdaedc531136e446d8bc13f0
Author: Sascha Wildner <saw at online.de>
Date:   Sat Aug 14 01:49:08 2021 +0200

    libc: Clean up the Symbol.maps a bit.
    
    * Remove sysv_cond_wait and sysv_cond_signal because these functions
      were always static.
    
    * Remove tre_have_approx because this function is only available with
      -DTRE_APPROX which we never used, nor build with right away.
    
    * Remove pthread_init since there was never a pthread_init in libc.
      Seems to be just a typo.
    
    * Remove mexitcount which was kernel only.
    
    * Add a comment to a symbol that will only show up when libc is built
      with a debug option.

Summary of changes:
 lib/libc/gen/Symbol.map       | 1 -
 lib/libc/gmon/Symbol.map      | 1 -
 lib/libc/net/Symbol.map       | 2 +-
 lib/libc/sysvipc/Symbol.map   | 2 --
 lib/libc/tre-regex/Symbol.map | 1 -
 5 files changed, 1 insertion(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dd010514c659606dfdaedc531136e446d8bc13f0


-- 
DragonFly BSD source repository



More information about the Commits mailing list