Bug 8475 - <stddef.h> non-existent - #included by <stdlib.h> and others
Summary: <stddef.h> non-existent - #included by <stdlib.h> and others
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 6.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-01-14 18:19 UTC by Jay Turner
Modified: 2016-11-24 12:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-01-14 19:11:47 UTC
Embargoed:


Attachments (Terms of Use)

Description Glen Foster 2000-01-14 18:19:14 UTC
In diagnosing a VSX-PCTS failure, one header-file-analysis test case was
not able to find <stddef.h>.  Further examination led to the fact that
there is NO <stddef.h> on the file system.  Admittedly, this does no
result in a compilation error, but does result in a standards-conformance
error.

$ pwd
/usr/include
$ grep -l stddef.h *.h
_G_config.h
alloca.h
curses.h
dirent.h
dlfcn.h
fmtmsg.h
gconv.h
glob.h
grp.h
iconv.h
libiberty.h
libintl.h
locale.h
malloc.h
ncurses.h
netdb.h
obstack.h
printf.h
pwd.h
regex.h
search.h
shadow.h
stdint.h
stdio.h
stdlib.h
string.h
strings.h
time.h
tk.h
unistd.h
wchar.h
wctype.h
zutil.h

Comment 1 Jeff Johnson 2000-01-14 19:11:59 UTC
Here's where stddef.h is to be found (ultrasparc):
/usr/lib/gcc-lib/sparc-redhat-linux/egcs-2.91.66/include/stddef.h
/usr/lib/gcc-lib/sparc64-redhat-linux/egcs-2.92.11/include/stddef.h
/usr/lib/gcc-lib/sparc-glibc20-linux/egcs-2.90.29/include/stddef.h


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