gnutls-2.4.2: Get rid of siginterrupt () call.
authorKhem Raj <raj.khem@gmail.com>
Fri, 6 Mar 2009 00:32:00 +0000 (16:32 -0800)
committerKhem Raj <raj.khem@gmail.com>
Fri, 6 Mar 2009 00:32:00 +0000 (16:32 -0800)
commitb7ce9179e07a5eef3df653c4830192f10868aa34
treec17be8211e7fc5773cb041cdf1666b6ef092a353
parent29839e2c84c15d64f0c422cf504da2ac2f943393
gnutls-2.4.2: Get rid of siginterrupt () call.
util-linux-ng-2.14: Ditto
* siginterrupt () is SUSV4 function which is
better to be replaced by sigaction as suggested
by standard. Below is from http://www.opengroup.org/onlinepubs/9699919799/
The siginterrupt() function supports programs written to historical system
interfaces. Applications should use the sigaction() with the SA_RESTART
flag instead of the obsolescent siginterrupt() function.
packages/gnutls/gnutls-2.4.2/gnutls-replace-siginterrupt.patch [new file with mode: 0644]
packages/gnutls/gnutls_2.4.2.bb
packages/util-linux-ng/util-linux-ng-2.14/util-linux-ng-replace-siginterrupt.patch [new file with mode: 0644]
packages/util-linux-ng/util-linux-ng_2.14.bb