]> granicus.if.org Git - strace/commit
prctl: implement decoding of PR_SET_FP_MODE and PR_GET_FP_MODE options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 19 Nov 2016 20:10:01 +0000 (23:10 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Nov 2016 11:32:34 +0000 (11:32 +0000)
commit10922d31125629ea7bb88ccdbc4a5e7fe6767a19
tree5012af1156db70cb3dd36d41c2cf6e58b2c73deb
parentc8af54e328d49e69419f5f647450f0b70a8094c9
prctl: implement decoding of PR_SET_FP_MODE and PR_GET_FP_MODE options

* xlat/pr_fp_mode.in: New file.
* prctl.c: Include "xlat/pr_fp_mode.h".
(SYS_FUNC(prctl)): Add handling for PR_SET_FP_MODE and PR_GET_FP_MODE
options.
prctl.c
xlat/pr_fp_mode.in [new file with mode: 0644]