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.7: 1060_all_glibc-signal-timer-fd.patch README.history
Date: Sat, 01 Dec 2007 17:41:35
Message-Id: E1IyWLH-0006CZ-Ir@stork.gentoo.org
1 vapier 07/12/01 17:41:27
2
3 Modified: README.history
4 Added: 1060_all_glibc-signal-timer-fd.patch
5 Log:
6 fixup signalfd.h / eventfd.h headers #200790
7
8 Revision Changes Path
9 1.4 src/patchsets/glibc/2.7/README.history
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/README.history?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/README.history?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/README.history?r1=1.3&r2=1.4
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.7/README.history,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- README.history 4 Nov 2007 04:17:54 -0000 1.3
22 +++ README.history 1 Dec 2007 17:41:26 -0000 1.4
23 @@ -1,3 +1,6 @@
24 +1.3 [pending]
25 + + 1060_all_glibc-signal-timer-fd.patch
26 +
27 1.2 04.11.2007
28 + 6417_all_sh-glibc-2.7-broken-nptl-lock-macros.patch
29
30
31
32
33 1.1 src/patchsets/glibc/2.7/1060_all_glibc-signal-timer-fd.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/1060_all_glibc-signal-timer-fd.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.7/1060_all_glibc-signal-timer-fd.patch?rev=1.1&content-type=text/plain
37
38 Index: 1060_all_glibc-signal-timer-fd.patch
39 ===================================================================
40 http://bugs.gentoo.org/200790
41
42 http://sources.redhat.com/bugzilla/show_bug.cgi?id=5439
43
44 --- libc/sysdeps/unix/sysv/linux/sys/signalfd.h
45 +++ libc/sysdeps/unix/sysv/linux/sys/signalfd.h
46 @@ -51,7 +51,7 @@ __BEGIN_DECLS
47 /* Request notification for delivery of signals in MASK to be
48 performed using descriptor FD.*/
49 extern int signalfd (int __fd, const sigset_t *__mask, int __flags)
50 - __nonnull (2) __THROW;
51 + __nonnull ((2)) __THROW;
52
53 __END_DECLS
54
55 Index: sysdeps/unix/sysv/linux/Makefile
56 ===================================================================
57 RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/Makefile,v
58 retrieving revision 1.156
59 retrieving revision 1.157
60 diff -u -p -r1.156 -r1.157
61 --- libc/sysdeps/unix/sysv/linux/Makefile 10 Nov 2007 19:35:50 -0000 1.156
62 +++ libc/sysdeps/unix/sysv/linux/Makefile 17 Nov 2007 08:49:32 -0000 1.157
63 @@ -25,7 +25,7 @@ sysdep_headers += sys/mount.h sys/acct.h
64 sys/quota.h sys/fsuid.h \
65 scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.h \
66 sys/ultrasound.h sys/raw.h sys/personality.h sys/epoll.h \
67 - bits/a.out.h sys/inotify.h
68 + bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h
69
70 install-others += $(inst_includedir)/bits/syscall.h
71
72
73
74
75 --
76 gentoo-commits@g.o mailing list