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:03:40 +0200
   
   If kernel adds one day a new errno value, glibc will suddenly stop building
   (before Roland's changes it would mean sys_errlist would suddenly grow
   breaking binary compatibility).

If it gets larger, ie. new entries are added to the end of the table
and existing entries stay identical, how could that break an
application?

I trust what you say, I am just curious :-)


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