summaryrefslogtreecommitdiff
path: root/package/trinity/patches/patch-syscalls_prctl_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-25 00:29:44 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-26 06:27:01 +0100
commit1e3ad1e2709aeec9e798e123eba595b967b418c0 (patch)
treecbaa9cf33f172e5cb3735a3f280012cf4cfd063d /package/trinity/patches/patch-syscalls_prctl_c
parent24f6fb4802b56009b93ac0eee861ece472c3e1b1 (diff)
trinity: update to latest, add mips compile fix from buildroot
Diffstat (limited to 'package/trinity/patches/patch-syscalls_prctl_c')
-rw-r--r--package/trinity/patches/patch-syscalls_prctl_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/trinity/patches/patch-syscalls_prctl_c b/package/trinity/patches/patch-syscalls_prctl_c
new file mode 100644
index 000000000..9adbe22f8
--- /dev/null
+++ b/package/trinity/patches/patch-syscalls_prctl_c
@@ -0,0 +1,11 @@
+--- trinity-1.6.orig/syscalls/prctl.c 2015-11-03 18:05:50.000000000 +0100
++++ trinity-1.6/syscalls/prctl.c 2016-02-25 00:26:56.000000000 +0100
+@@ -34,7 +34,7 @@ static int prctl_opts[] = {
+ PR_GET_NO_NEW_PRIVS, PR_GET_TID_ADDRESS, PR_SET_THP_DISABLE, PR_GET_THP_DISABLE,
+ PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT,
+ #ifdef __mips__
+- GET_FP_MODE, SET_FP_MODE,
++ PR_GET_FP_MODE, PR_SET_FP_MODE,
+ #endif
+ PR_CAP_AMBIENT,
+ };