This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug libc/16355] syslog.h's SYSLOG_NAMES namespace violation and utter mess


https://sourceware.org/bugzilla/show_bug.cgi?id=16355

--- Comment #2 from Rich Felker <bugdal at aerifal dot cx> ---
Andreas, what? Your comment makes no sense. First you say it's defined by an
application (FreeBSD syslogd, which probably is not the one used on most
glibc-based systems...) to get these definitions, and then you say it's safe to
remove (it's not; it would break the application).

At the very least, several syslogd implementations, including Busybox syslogd,
define SYSLOG_NAMES to get these definitions. So just removing them would need
to be coordinated with programs using them. It's _probably_ safe to just move
the whole mess under __USE_MISC though to fix the conformance issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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