Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 1997 09:57:28 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/gen getcwd.c src/lib/libc/sys Makefile.inc
Message-ID:  <199709141657.JAA07720@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1997/09/14 09:57:28 PDT

  Modified files:
    lib/libc/gen         getcwd.c 
    lib/libc/sys         Makefile.inc 
  Log:
  Add __getcwd() syscall, and have getcwd() take a shot at it.
  If your kernel doesn't support __getcwd() or if __getcwd() cannot
  deliver because of cache expiry, it does the canonical thing.
  
  Revision  Changes    Path
  1.11      +11 -0     src/lib/libc/gen/getcwd.c
  1.40      +2 -2      src/lib/libc/sys/Makefile.inc



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