Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 21:37:23 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen posixshm.c
Message-ID:  <200906112140.n5BLePlb042503@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-06-11 21:37:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/gen         posixshm.c 
  Log:
  SVN rev 194040 on 2009-06-11 21:37:23Z by jhb
  
  If the running kernel has support for shm_open() and shm_unlink() as
  system calls (i.e. 8.0+), then invoke the system calls instead of using
  open/fcntl/unlink.  This is a direct commit instead of an MFC since libc
  in 8.0 always uses the system calls directly.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.4.24.1  +28 -0     src/lib/libc/gen/posixshm.c



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