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: [PATCH] simplify ulimit implementation


sysdeps/posix is appropriate because it's implemented in terms of POSIX
interfaces.

It's bad to lose any functionality, though __UL_GETMAXBRK actually being
used seems a bit unlikely.  But it's easy enough to add it.  So I'd do:
First commit: move file verbatim to sysdeps/posix/.
Second commit: add __UL_GETMAXBRK to that implementation.
Third commit: remove sysdeps/unix/bsd/ file.


Thanks,
Roland


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