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]

[ranty@atdot.org: Bug#76242: libc6: broken pthread.h]


Still exists in 2.1.97...

----- Forwarded message from ranty@atdot.org -----

Subject: Bug#76242: libc6: broken pthread.h
Reply-To: ranty@atdot.org, 76242@bugs.debian.org
From: ranty@atdot.org
To: submit@bugs.debian.org
Date: Sat, 04 Nov 2000 18:57:42 +0100

Package: libc6
Version: 2.1.96-1
Severity: important

There is a typo in pthread.h
this patch fixes it:

--- pthread.h.orig	Sat Nov  4 18:48:53 2000
+++ pthread.h	Sat Nov  4 18:48:36 2000
@@ -600,7 +600,7 @@
 
 #define pthread_cleanup_push(routine,arg) \
   { struct _pthread_cleanup_buffer _buffer;				      \
-    _pthread_cleanup_push (&_buffer, (routine), (arg));
+    _pthread_cleanup_push (&_buffer, (routine), (arg));}
 
 extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *__buffer,
 				   void (*__routine) (void *),

-- System Information
Debian Release: woody
Kernel Version: Linux hell 2.2.17 #3 Thu Nov 2 22:27:27 CET 2000 i686 unknown

Versions of the packages libc6 depends on:
ii  libdb2         2.7.7-2.2      The Berkeley database routines (run-time fil
ii  libnss-db      2.1.92-1       DB Name Service Module


----- End forwarded message -----

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'

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