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]

Re: errno assignment problems


   From: Jakub Jelinek <jakub@redhat.com>
   Date: Wed, 28 Aug 2002 13:20:15 +0200
   
   If a non-pic compiled binary uses sys_errlist directly, the dynamic linker
   is copying it into .bss of the program from libc.so and the sizes need
   to match
   
I see.

Do the standards allow us to declare sys_errlist as
"const char **" so we can avoid this in the future?


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