[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Current NTPL changes for PPC32/PPC64 M2
- From: Roland McGrath <roland redhat com>
- To: paulus samba org
- Cc: Jakub Jelinek <jakub redhat com>, sjmunroe us ibm com,NPTL <phil-list redhat com>
- Subject: Re: Current NTPL changes for PPC32/PPC64 M2
- Date: Fri, 14 Mar 2003 23:33:01 -0800
> I tried including atomic.h in lowlevellock.h and that caused all sorts
> of problems. There are things elsewhere in glibc that want
> lowlevellock.h but also include atomicity.h, which also defines an
> atomic_add (for instance) with somewhat different semantics - it
> doesn't return a value and it doesn't include any barrier. That's why
> I defined __lll_add in lowlevellock.h rather than using atomic_add.
I see no reason that the nptl atomic.h and the glibc atomicity.h should not
be merged into a single header living the main glibc tree now. Both are
internal headers. The atomicity.h interfaces are used only in a few places
in glibc now and that usage can be tweaked easily enough for slightly
different interfaces.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]