Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289642 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-19 / +18 lines)
Line  Link Here
--
1
ports/sysdeps/unix/sysv/linux/alpha/getdents64.c          |    2 +-
ports/sysdeps/unix/sysv/linux/alpha/getdents64.c          |    2 +-
2
ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c           |    2 +-
1
ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c           |    2 +-
3
ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c       |    2 +-
2
ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c       |    2 +-
4
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c   |    2 +-
3
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c   |    2 +-
5
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c   |    2 +-
4
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c   |    2 +-
6
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c |    2 +-
5
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c |    2 +-
7
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c  |    2 +-
6
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c  |    2 +-
8
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c  |    2 +-
7
ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c  |    2 +-
9
ports/sysdeps/unix/sysv/linux/alpha/sysconf.c             |    2 +-
8
ports/sysdeps/unix/sysv/linux/alpha/sysconf.c             |    2 +-
10
9 files changed, 9 insertions(+), 9 deletions(-)
9
9 files changed, 9 insertions(+), 9 deletions(-)
11
-- a/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c
10
++ b/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c
Line 1 Link Here
1
#include "../getdents64.c"
1
#include <sysdeps/unix/sysv/linux/getdents64.c>
2
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
Lines 27-30 Link Here
27
		  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,	\
27
		  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,	\
28
		  NULL, NULL, &THREAD_SELF->tid, NULL)
28
		  NULL, NULL, &THREAD_SELF->tid, NULL)
29
29
30
#include "../fork.c"
30
#include <sysdeps/unix/sysv/linux/fork.c>
31
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
31
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
Lines 2-5 Link Here
2
   the acquire/release semantics of atomic_exchange_and_add.  And even if
2
   the acquire/release semantics of atomic_exchange_and_add.  And even if
3
   we don't do this, we should be using atomic_full_barrier or otherwise.  */
3
   we don't do this, we should be using atomic_full_barrier or otherwise.  */
4
#define __lll_rel_instr  "mb"
4
#define __lll_rel_instr  "mb"
5
#include "../sem_post.c"
5
#include <nptl/sysdeps/unix/sysv/linux/sem_post.c>
6
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
6
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
Line 1 Link Here
1
#include "../x86_64/timer_create.c"
1
#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c>
2
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
Line 1 Link Here
1
#include "../x86_64/timer_delete.c"
1
#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c>
2
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
Line 1 Link Here
1
#include "../x86_64/timer_getoverr.c"
1
#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c>
2
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
Line 1 Link Here
1
#include "../x86_64/timer_gettime.c"
1
#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
2
-- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
Line 1 Link Here
1
#include "../x86_64/timer_settime.c"
1
#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c>
2
-- a/ports/sysdeps/unix/sysv/linux/alpha/sysconf.c
2
++ b/ports/sysdeps/unix/sysv/linux/alpha/sysconf.c
Lines 149-152 Link Here
149
/* Now the generic Linux version.  */
149
/* Now the generic Linux version.  */
150
#undef __sysconf
150
#undef __sysconf
151
#define __sysconf static linux_sysconf
151
#define __sysconf static linux_sysconf
152
#include "../sysconf.c"
152
#include <sysdeps/unix/sysv/linux/sysconf.c>

Return to bug 289642