python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / glib / patches / 03-getpwuid-preload.patch
blob34f7995205ad2b10d8c8543a60f73635d0e6130d
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
5 @@ -28,7 +28,7 @@
6 #ifndef __APPLE__
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; \