Bug 12301 - [PATCH] SYSCALL_ERROR_LABEL on mips32
Summary: [PATCH] SYSCALL_ERROR_LABEL on mips32
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: ports (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 17:36 UTC by Robert Millan
Modified: 2014-06-30 06:22 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
patch (437 bytes, patch)
2010-12-08 17:36 UTC, Robert Millan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Millan 2010-12-08 17:36:46 UTC
Created attachment 5150 [details]
patch

SYSCALL_ERROR_LABEL is defined in mips64/n64/sysdep.h and in mips64/n32/sysdep.h, but not in mips32/sysdep.h.  It is needed by (at least) linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h.

This patch adds the definition.
Comment 1 Joseph Myers 2012-02-15 22:39:50 UTC
Thanks, committed.