Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2004 22:07:58 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys resource.h
Message-ID:  <200406132207.i5DM7wM5074240@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2004-06-13 22:07:58 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              resource.h 
  Log:
  Make this header a little bit more XSI-compliant:
  - Define type rlim_t and struct timeval.  This makes autoconf
    happier.  (PR: 62388)
  - Add RLIMIT_AS, which is an alias for our RLIMIT_VMEM.
  - structs orlimit and loadavg, as well as macros CP*, should
    only appear if __BSD_VISIBLE.
  - Use underscored versions of int32_t and fixpt_t in case
    <sys/types.h> is not included.
  - Document areas of non-conformance.
  
  Revision  Changes    Path
  1.23      +22 -8     src/sys/sys/resource.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406132207.i5DM7wM5074240>