Bug#28234: marked as done (libc6: gcc -ansi and pthread.h)
Your message dated Sun, 14 Feb 1999 11:56:40 -0800
with message-id <v04104424b2ecdae513ef@[206.163.71.146]>
and subject line Not a bug
has caused the attached bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Ian Jackson
(administrator, Debian bugs database)
Received: (at submit) by bugs.debian.org; 20 Oct 1998 05:19:59 +0000
Received: (qmail 3653 invoked from network); 20 Oct 1998 05:19:58 -0000
Received: from cloak.videotron.ab.ca (HELO mail.videotron.ab.ca) (206.75.216.100)
by master.debian.org with SMTP; 20 Oct 1998 05:19:58 -0000
Received: from Wakko.ualberta.ca ([24.108.38.177]) by mail.videotron.ab.ca
(Netscape Messaging Server 3.6) with ESMTP id AAA51D4;
Mon, 19 Oct 1998 23:19:05 -0600
Received: from jgg by Wakko.ualberta.ca with local (Exim 1.92 #1)
id 0zVUCz-0003sR-00 (Debian); Mon, 19 Oct 1998 23:19:49 -0600
From: Jason Gunthorpe <jgg@gpu.srv.ualberta.ca>
Subject: libc6: gcc -ansi and pthread.h
To: submit@bugs.debian.org
X-Mailer: bug 3.1.5
Message-Id: <E0zVUCz-0003sR-00@Wakko.ualberta.ca>
Date: Mon, 19 Oct 1998 23:19:49 -0600
Package: libc6
Version: 2.0.7u-2
This appears to be an upstream bug.
There is a bizzare behavoir regarding sigset_t and gcc -ansi. Example:
t.c contains
#include <pthread.h>
Compile with gcc -ansi and all is OK
t.c contains
#include <signal.h>
#include <pthread.h>
Compile with gcc -ansi and sigset_t does not get defined an pthread.h is not
compilable.
I would expect the behavoir to be identical in both cases and not different.
Either pthread should work in ansi C mode or it should not. This bug exists
in glibc 2.0.95-1.1 on PPC as well as my intel version.
Jason
-- System Information
Debian Release: 2.0
Kernel Version: Linux Wakko 2.0.34 #4 Sat Jun 6 20:28:53 MDT 1998 i486 unknown
Versions of the packages libc6 depends on:
ii ldso 1.9.9-1 The Linux dynamic linker, library and utilit
Reply to: