This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patches to fix compiler warnings on IA64


Thorsten Kukuk wrote:

> 	* sysdeps/ia64/bits/atomic.h: Cast first argument of
> 	__sync_bool_compare_and_swap_si correct to void*.

Why?  The prototypes for the functions a question are

extern void __sync_lock_release_si (int *);
extern void __sync_lock_release_di (long *);

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]