mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
All our targets support casts between function pointers and void *, so we might as well use them. This change was largely auto-generated, with the following prompts. @getXXbyYY_r.c Remove the use of the `fct` union and replace it by pointer casts. Apply the same change to ether_* getnetgrent_r getnssent_r netname publickey . Do not use explicit `*` in function pointer calls. Replace `(*((lookup_function) fct))` and similar with `((lookup_function) fct)`. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
7.0 KiB
7.0 KiB