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]
Other format: [Raw text]

errors in the current cvs...


I get this when compiling libc on GNU/Hurd.  Looks like the following
change broke it:

2003-07-14  Ulrich Drepper  <drepper@redhat.com>
[snip]
	* misc/syslog.c: Fix locking and cancellation cleanup handling.

PS, anyone want to commit/comment on the Hurd patches I sent?

make[2]: Entering directory `/home/ams/src/libc/misc'
gcc syslog.c -c -std=gnu99 -O3 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -Wno-parentheses   -fexceptions   -I../include -I. -I/obj/devel/ams/libc/misc -I.. -I../libio -I../hurd -I/obj/devel/ams/libc/hurd/ -I../mach -I/obj/devel/ams/libc/mach/ -I/obj/devel/ams/libc -I../sysdeps/i386/elf -I../sysdeps/mach/hurd/i386 -I../sysdeps/mach/hurd -I../sysdeps/gnu -I../sysdeps/unix/bsd/bsd4.4 -I../sysdeps/unix/mman -I../sysdeps/mach/i386 -I../sysdeps/mach -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/unix/bsd -I../sysdeps/unix/common -I../sysdeps/unix/inet -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /obj/devel/ams/libc/misc/syslog.o -MD -MP -MF /obj/devel/ams/libc/misc/syslog.o.dt
syslog.c: In function `openlog':
syslog.c:380: warning: function declaration isn't a prototype
syslog.c:391: warning: function declaration isn't a prototype
syslog.c: In function `closelog':
syslog.c:407: warning: function declaration isn't a prototype
syslog.c:416: parse error at end of input
syslog.c:75: warning: `openlog_internal' declared `static' but never defined
syslog.c:76: warning: `closelog_internal' declared `static' but never defined
syslog.c:77: warning: `sigpipe_handler' declared `static' but never defined
make[2]: *** [/obj/devel/ams/libc/misc/syslog.o] Error 1


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