Skip to content
Snippets Groups Projects
  • Alan Somers's avatar
    ac1e1240
    Deprecate RLIM_NLIMITS · ac1e1240
    Alan Somers authored
    This constant is not stable across OS versions, so it cannot be used in
    any backwards- or forwards- compatible way.  It's typically used to size
    arrays in the kernel and in debugging utilities that are closely tied to
    the OS version.  Since libc is ignorant about OS versions, we shouldn't
    even be defining it.
    ac1e1240
    History
    Deprecate RLIM_NLIMITS
    Alan Somers authored
    This constant is not stable across OS versions, so it cannot be used in
    any backwards- or forwards- compatible way.  It's typically used to size
    arrays in the kernel and in debugging utilities that are closely tied to
    the OS version.  Since libc is ignorant about OS versions, we shouldn't
    even be defining it.