This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

macro `SHLIB_COMPAT' used with only 2 args



While compiling the current CVS version, I got:
../sysdeps/unix/sysv/linux/errlist.c:26: macro `SHLIB_COMPAT' used with only 2 args
../sysdeps/unix/sysv/linux/errlist.c:32: macro `SHLIB_COMPAT' used with only 2 args

There're some other files with the same problem:
./libio/oldiofclose.c:#if SHLIB_COMPAT (libc, GLIBC_2_0)
./libio/oldiofopen.c:#if SHLIB_COMPAT (libc, GLIBC_2_0)
./libio/oldtmpfile.c:#if SHLIB_COMPAT (libc, GLIBC_2_0)
./sysdeps/unix/sysv/linux/errlist.c:#if SHLIB_COMPAT (libc, GLIBC_2_0)
./sysdeps/unix/sysv/linux/errlist.c:#if SHLIB_COMPAT (libc, GLIBC_2_0)
./linuxthreads/pthread.c:#if SHLIB_COMPAT (libpthread, GLIBC_2_0)

How should this get fixed?  What's the correct third argument?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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