X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=new%2F_OpenBSD_%2FLin%2FMod%2Fgen-Libc%2Ffields-ucontext;h=43b443df19805a31fc635b658a093a5a52f94359;hb=36bc6a45cb0f426f1027926090a8bc560c54f825;hp=754fed2fe75cd21f9310b3a4e081a89bd0556ccc;hpb=040b243cfdcf09c27c4c0e8dd6959227c48b38a1;p=bbcp.git diff --git a/new/_OpenBSD_/Lin/Mod/gen-Libc/fields-ucontext b/new/_OpenBSD_/Lin/Mod/gen-Libc/fields-ucontext index 754fed2..43b443d 100644 --- a/new/_OpenBSD_/Lin/Mod/gen-Libc/fields-ucontext +++ b/new/_OpenBSD_/Lin/Mod/gen-Libc/fields-ucontext @@ -1,4 +1,4 @@ - (* OpenBSD 5.2 /usr/include/i386/signal.h struct sigcontext *) + (* OpenBSD 5.4 /usr/include/i386/signal.h struct sigcontext *) sc_gs*: int; sc_fs*: int; sc_es*: int; @@ -17,14 +17,14 @@ sc_esp*: int; sc_ss*: int; - sc_onstack*: int; (* sigstack state to restore *) + __sc_unused: int; sc_mask*: int; (* signal mask to restore *) sc_trapno*: int; (* XXX should be above *) sc_err*: int; sc_fpstate*: RECORD [union] - (* OpenBSD 5.2 /usr/include/i386/npx.h union savefpu *) + (* OpenBSD 5.4 /usr/include/i386/npx.h union savefpu *) (* sv_87*: RECORD [untagged] ...