diff options
| author | Jonathan Mini <mini@FreeBSD.org> | 2003-02-17 07:47:13 +0000 |
|---|---|---|
| committer | Jonathan Mini <mini@FreeBSD.org> | 2003-02-17 07:47:13 +0000 |
| commit | 212937361833852739cda7a1ab15eb8d5ace5259 (patch) | |
| tree | 01ffbf20dd094a92ba3774f1a23851578da1030b /lib | |
| parent | 5215b1872feaad7ecf7cb1234749ecf04071deef (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/i386/gen/getcontext.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/getcontext.S b/lib/libc/i386/gen/getcontext.S index 3fcdff3cffa6f..810d138d0db78 100644 --- a/lib/libc/i386/gen/getcontext.S +++ b/lib/libc/i386/gen/getcontext.S @@ -61,7 +61,7 @@ ENTRY(__setcontext) pushl $0 /* oset = NULL */ pushl %eax /* set = &ucp->uc_sigmask */ pushl $3 /* how = SIG_SETMASK */ - call PIC_PLT(CNAME(_sigprocmask)) + call PIC_PLT(CNAME(sigprocmask)) addl $12, %esp PIC_EPILOGUE testl %eax, %eax /* check for error */ |
