diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-21 22:14:22 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-21 22:14:22 +0000 |
commit | 608a12659f15d57abf42a972c1e56c6a24cfe244 (patch) | |
tree | 7e454276df6dece4d32b1098d1570d18aedfff73 /pthread/pt-exit.c | |
parent | 51feb14bff6b4aa70e2f13a54e26a6b270de3e4d (diff) |
Rename bits/atomic.h to bits/pt-atomic.h
This avoids a conflict with glibc-provided bits/atomic.h
* sysdeps/ia32/bits/atomic.h: Rename to...
* sysdeps/ia32/bits/pt-atomic.h: ... this.
* pthread/pt-create.c: Include <bits/pt-atomic.h> instead of <bits/atomic.h>
* pthread/pt-exit.c: Likewise.
* pthread/pt-internal.h: Likewise.
Diffstat (limited to 'pthread/pt-exit.c')
-rw-r--r-- | pthread/pt-exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread/pt-exit.c b/pthread/pt-exit.c index 53a0427..c47b604 100644 --- a/pthread/pt-exit.c +++ b/pthread/pt-exit.c @@ -24,7 +24,7 @@ #include <pt-internal.h> -#include <bits/atomic.h> +#include <bits/pt-atomic.h> /* Terminate the current thread and make STATUS available to any |