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]

[PATCH, nios2] Fix setcontext/swapcontext signal mask setting


It appears that I got the order of arguments to rt_sigprocmask wrong for
setting the signal mask. Discovered only after the tst-setcontext2 testcase
was added.

Tested and committed, will probably backport to 2.21 later.

Chung-Lin

2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>

        * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
        Fix order of arguments to the rt_sigprocmask syscall.
        * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
        Likewise.

Attachment: t.diff
Description: Text document


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