This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE


> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/x86_64/sigaltstack.sym

Call it sigaltstack-offsets.sym instead.

> +sizeSS				sizeof(stack_t)
> +oSS_SP				sigaltstack(ss_sp)
> +oSS_SIZE			sigaltstack(ss_size)
> +oSS_FLAGS			sigaltstack(ss_flags)

Space before paren in all cases.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]