ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / 168_glibc_trace_to_stderr.patch
1 --- a/hw/xfree86/common/xf86Init.c
2 +++ b/hw/xfree86/common/xf86Init.c
3 @@ -993,6 +993,9 @@ OsVendorInit(void)
4
5 if (!beenHere) {
6 umask(022);
7 + /* have glibc report internal abort traces to stderr instead of
8 + the controlling terminal */
9 + setenv("LIBC_FATAL_STDERR_", "1", 0);
10 xf86LogInit();
11 }
12