[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#182750: libc6-dev: errno.h and unistd.h are empty except for reincluding themselves?



On Mon, Mar 24, 2003 at 04:45:40PM -0000, risko@debian.org wrote:
> Hello!
> 
> I think, that it is a gcc-3.2 bug, not a libc6-dev bug.
> 
> Anyway, here is my little program:
> #include <unistd.h>
> 
> int main()
> {
>         return 0;
> }
> 
> And here is the probes:
> errge@lisa:~/proba$ gcc -Wall alma.c
> errge@lisa:~/proba$ gcc -Wall -I/usr/include alma.c
> errge@lisa:~/proba$ gcc -Wall -I/usr/include/sys -I/usr/include alma.c

This is a user bug, not a GCC bug, not a glibc bug.  Do not say -I for
standard include directories.


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: