]> granicus.if.org Git - strace/commitdiff
xlat: update FPE_* constants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 15 Apr 2018 23:17:51 +0000 (01:17 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 May 2018 15:34:41 +0000 (15:34 +0000)
* xlat/sigfpe_codes.in (FPE_FLTUNK): New constant, introduced by Linux
commit v4.17-rc1~107^2~2.
(FPE_CONDTRAP): New constant, introduced by Linux commit
v4.17-rc1~31^2~3.

xlat/sigfpe_codes.in

index 31cc924f6c6f37f27cb2e752160d2fd818e7cb59..4abd621aa24f8cb982b3200e8a30b137225495aa 100644 (file)
@@ -12,3 +12,5 @@ __FPE_DECDIV /* 10 - ia64 */
 __FPE_DECERR /* 11 - ia64 */
 __FPE_INVASC /* 12 - ia64 */
 __FPE_INVDEC /* 13 - ia64 */
+FPE_FLTUNK 14
+FPE_CONDTRAP 15