Summary: | unhandled ppc64le-linux syscall: 131 (quotactl) | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 3.15 SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mark Wielaard
2019-03-04 16:21:43 UTC
commit 7f74ba249ead48f351676c37d498b17305212123 Author: Mark Wielaard <mark@klomp.org> Date: Mon Mar 4 17:22:56 2019 +0100 Bug 405079 - unhandled ppc64le-linux syscall: 131 (quotactl) quotactl is really a "generic" linux syscall that just happened to not have been hooked up for ppc64le. Add it to syswrap-ppc64-linux.c. |