1 https://gitlab.gnome.org/GNOME/glib/-/issues/3505
3 --- glib-2.82.2/glib/tests/getpwuid-preload.c.orig
4 +++ glib-2.82.2/glib/tests/getpwuid-preload.c
8 #define GET_REAL(func) \
9 - (real_##func = dlsym (RTLD_NEXT, #func))
10 + (real_##func = dlsym (RTLD_NEXT, "__posix_" #func))
12 #define DEFINE_WRAPPER(return_type, func, argument_list) \
13 static return_type (* real_##func) argument_list; \