Bug 9494 - missing stuff in include files
Summary: missing stuff in include files
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 6.1
Hardware: sparc
OS: Linux
medium
low
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-16 20:18 UTC by wwlytton
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-03-04 18:21:58 UTC
Embargoed:


Attachments (Terms of Use)

Description wwlytton 2000-02-16 20:18:34 UTC
1) The following bug report from 1998 still hasn't been addressed in the
Redhat dist.
Missing definition (SIGCLD) in Sparc vs Intel

David HM Spector (spector)
Thu, 08 Oct 1998 12:39:20 -0400
Does anyone know if the following MISSING #define has been added to
signum.h
in 5.2..?  Compiling pvm (and a few other packages) revealed that this
equivilence was in the Intel includes and not in the Sparc ones.  If not,
it
would be a good thing to add...

#define SIGCLD          SIGCHLD

_DHMS

2)  there is an include that needs its wrapper:
/usr/include/signal.h:341
< # include <bits/sigthread.h>
   TO ================>
> # include <pthread.h>

Comment 1 Cristian Gafton 2000-03-04 18:21:59 UTC
This is fixed in the current glibc. the define is in /usr/include/bits/signum.h


Note You need to log in before you can comment on or make changes to this bug.