libc: Clean up the Symbol.maps a bit.
authorSascha Wildner <saw@online.de>
Fri, 13 Aug 2021 23:49:08 +0000 (01:49 +0200)
committerSascha Wildner <saw@online.de>
Sat, 14 Aug 2021 01:27:10 +0000 (03:27 +0200)
commitdd010514c659606dfdaedc531136e446d8bc13f0
treedfee12835454cf283fdd42102cc4f0e7d1dfbb57
parentf54c5bc1cd9de86a903ca743b7c167b0c5b38128
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.
lib/libc/gen/Symbol.map
lib/libc/gmon/Symbol.map
lib/libc/net/Symbol.map
lib/libc/sysvipc/Symbol.map
lib/libc/tre-regex/Symbol.map