Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 17:19:50 +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:  <200906231720.n5NHK9Qt038808@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-06-23 17:19:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/gen         posixshm.c 
  Log:
  SVN rev 194740 on 2009-06-23 17:19:50Z by jhb
  
  MF7: 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.
  
  Revision  Changes    Path
  1.4.14.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?200906231720.n5NHK9Qt038808>