Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.18: 00_all_0014-hppa-add-fanotify_mark.patch
Date: Sun, 24 Nov 2013 17:41:52
Message-Id: 20131124174146.8986F2004B@flycatcher.gentoo.org
1 vapier 13/11/24 17:41:46
2
3 Added: 00_all_0014-hppa-add-fanotify_mark.patch
4 Log:
5 add fix from upstream for adding fanotify_mark to older hppa versions #480268 by Jeroen Roovers
6
7 Revision Changes Path
8 1.1 src/patchsets/glibc/2.18/00_all_0014-hppa-add-fanotify_mark.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.18/00_all_0014-hppa-add-fanotify_mark.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.18/00_all_0014-hppa-add-fanotify_mark.patch?rev=1.1&content-type=text/plain
12
13 Index: 00_all_0014-hppa-add-fanotify_mark.patch
14 ===================================================================
15 From d8827b41e4a39c352bd8478671398b63a76dc03a Mon Sep 17 00:00:00 2001
16 From: Mike Frysinger <vapier@g.o>
17 Date: Mon, 2 Sep 2013 23:13:57 -0400
18 Subject: [PATCH 14/16] hppa: add fanotify_mark
19
20 Another example of all the 64bit arches getting the definition via a
21 common file, but the 32bit ones all adding it by themselves and hppa
22 was missed.
23
24 I'm not entirely sure about the usage of GLIBC_2.19 symbols here.
25 We'd like to backport this so people can use it, but it means we'd
26 be releasing a glibc-2.17/glibc-2.18 with a GLIBC_2.19 symbol in it.
27 But maybe it won't be a big deal since you'd only get that 2.19 ref
28 if you actually used the symbol ?
29
30 There hasn't been a glibc release where hppa worked w/out a bunch of
31 patches, so in reality there's only two distros that matter -- Gentoo
32 and Debian.
33
34 URL: https://bugs.gentoo.org/480268
35 Reported-by: Jeroen Roovers <jer@g.o>
36 Signed-off-by: Mike Frysinger <vapier@g.o>
37
38 (cherry picked from commit 18d4371683fbe347bf4fbaef05d18b5a4918887a)
39 ---
40 ports/sysdeps/unix/sysv/linux/hppa/syscalls.list | 1 +
41 1 file changed, 1 insertion(+)
42
43 diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
44 index ae36d46..1fc10d9 100644
45 --- a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
46 +++ b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
47 @@ -36,3 +36,4 @@ socketpair - socketpair i:iiif __socketpair socketpair
48 setrlimit - setrlimit i:ip __setrlimit setrlimit
49 getrlimit - getrlimit i:ip __getrlimit getrlimit
50 prlimit64 EXTRA prlimit64 i:iipp __prlimit64 prlimit64@@GLIBC_2.17
51 +fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark
52 --
53 1.8.4.3