I understand that, but I do not want to wait until it is fixed in Debin.

My Problem is:
I downloaded glibc sources with apt-get (in testing), ran prep.sh and then I was looking for the file you mentioned. Where is it? Do you have a patch that applies to the package source?
Or even better, do you have the .deb files for testing somewhere to download?

Uwe

At 20:59 25.10.2005, Tom Evans wrote:
If I simply change (in linuxthreads/sysdep/unix/sysv/linux/not-cancel.h) from:

# define waitpid_not_cancel(pid, stat_loc, options) \
 INLINE_SYSCALL (osf_wait4, 4, pid, stat_loc, options, NULL)

to:

# define waitpid_not_cancel(pid, stat_loc, options) \
 wait4( pid, stat_loc, options, NULL )

all is well - I understand the performance benefits of the inlining,
but since x86 is NPTL anyway, perhaps this is an okay solution?

I'm guessing that there is an Alpha-related optimizer bug perhaps?
Or that the inline_syscall4 in sysdep/unix/alpha/sysdep.h is somehow broken?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de - http://www.schindlers-software.de
eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] (company)
Tel./Fax: +49 700 PCLATEIN (+49 700 72528346)

Schindlers Software - Home of Schindlers PC-LATEIN 3.20
DIE Software zum Lateinlernen!

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to