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: What should be in <sys/param.h>?


<sys/param.h> only exists for compatibility with old applications that have
usage predating the better ways now available to get such information.  So
all that matters is that it has what was there in the past when that
application could be compiled on that platform.  If you are compiling a
program someplace it was never compiled in the past, then you should fix it
to use the modern interfaces.


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