This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: Only declare sys_errlist and sys_nerr on `linux' targets
- From: Roland McGrath <roland at frob dot com>
- To: Jeff Bailey <jbailey at nisa dot net>
- Cc: libc-alpha at sources dot redhat dot com,Marcus Brinkmann <Marcus dot Brinkmann at ruhr-uni-bochum dot de>
- Date: Wed, 31 Jul 2002 18:04:50 -0400 (EDT)
- Subject: Re: Only declare sys_errlist and sys_nerr on `linux' targets
That looks ok to me. An alternate approach I almost finished implementing
is to define some macro in bits/stdio_lim.h and use #if on that in stdio.h.
That saves adding a file, but is a bit more crufty.
I would like to put one of these two changes in (to 2.2 as well) if others
agree.