This is the mail archive of the libc-alpha@sourceware.org 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: inotify support.


* Roland McGrath:

> libc supports things of general use and with ABI compatibility, more or
> less forever.  This is a specialized facility whose details are not all
> that unlikely to change.  The more things thrown into libc, the harder it
> is to usefully track the real dependencies programs have on interfaces.

It would help if GNU libc provided means to invoke new syscalls.
Right now, it seems that all the knowledge about kernel ABIs is
concentrated there, but it's not exported to users.  Of course, it is
possible to copy source code, but this is hardly desirable.


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