cvs commit: src/sys/sys cdefs.h

Tim J. Robbins tjr at FreeBSD.org
Thu Jul 22 02:20:54 PDT 2004


tjr         2004-07-22 09:20:51 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              cdefs.h 
  Log:
  Add a macro, __pure, which expands to __attribute__((__pure__)) on gcc
  versions that support it (>=2.96). This is similar to but not the same
  as the __pure macro that was removed in rev. 1.21.
  
  Revision  Changes    Path
  1.82      +6 -0      src/sys/sys/cdefs.h


More information about the cvs-src mailing list