qtbase/src
Thiago Macieira 37fd42459e forkfd: fix calling the old signal handler when there wasn't one
On some stupid systems, execve() may clear the handler but not clear
the SA_SIGINFO flag.

This change now requires that sa_handler and sa_sigaction be in a union
together. We can't operate otherwise.

Task-number: QTBUG-59246
Change-Id: I33850dcdb2ce4a47878efffd14a84b48a8f6b1e8
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2017-03-06 09:56:35 +00:00
..
3rdparty forkfd: fix calling the old signal handler when there wasn't one 2017-03-06 09:56:35 +00:00
android Android: Fix always hidden software keyboard from popping up 2017-02-23 08:16:23 +00:00
angle Fix unneeded recompiles of glslang_tab.cpp 2017-01-16 15:20:27 +00:00
concurrent Adapt to the C++ SIC introduced by P0012: noexcept overloading 2017-02-17 13:57:30 +00:00
corelib Make QLocale consistent about special handling of the C locale 2017-03-06 09:51:49 +00:00
dbus Unbreak ubsan developer-build 2017-02-07 08:32:53 +00:00
gui Fix crash for glyphs with height > 128 2017-03-02 07:47:03 +00:00
network Remove the last remaining non-SSL use of QMutexPool in Qt 2017-03-03 15:29:57 +00:00
opengl Add missing override into Qt modules 2016-12-01 12:07:13 +00:00
openglextensions
platformheaders Doc: corrected qdoc syntax parameter description 2017-01-09 15:30:17 +00:00
platformsupport Fix registry function link error on Windows 2017-02-28 15:08:00 +00:00
plugins xcb: fix misuse of xcb_send_event 2017-03-01 15:15:18 +00:00
printsupport Fix printsupport dependencies 2017-01-26 13:51:54 +00:00
sql Fix "zero as null pointer constant" warning 2017-02-28 15:04:47 +00:00
testlib Properly use the "process" feature 2017-02-27 15:44:46 +00:00
tools Make it possible to specify the RCC data version format 2017-02-28 08:44:50 +00:00
widgets QMenu: make wide submenu appear on the same screen with its parent menu 2017-03-04 05:37:30 +00:00
winmain QtCore & winmain: Remove dead code 2017-01-31 19:09:31 +00:00
xml
src.pro Add a feature for Qt Xml 2017-01-06 17:19:13 +00:00