Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 02:20:05 +0000 (UTC)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include string.h
Message-ID:  <200407230220.i6N2K5MN024044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2004-07-23 02:20:05 UTC

  FreeBSD src repository

  Modified files:
    include              string.h 
  Log:
  Mark functions pure where applicable. A notable exclusion is strcoll(),
  which is not strictly pure because it calls malloc()/free() in some cases.
  
  Revision  Changes    Path
  1.20      +13 -13    src/include/string.h



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