Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2000 02:35:40 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen getcwd.c
Message-ID:  <200009050935.CAA79833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/09/05 02:35:40 PDT

  Modified files:
    lib/libc/gen         getcwd.c 
  Log:
  Remove the SIGSYS handler and wrapper around the __getcwd() syscall.
  It was kinda silly since the sigaction() syscall that it used to setup
  the handler is more recent than __getcwd(), therefore it was useless
  as the wrapper would have died before even getting as far as __getcwd(2).
  
  Reminded by:	bde
  
  Revision  Changes    Path
  1.19      +11 -40    src/lib/libc/gen/getcwd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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