From owner-freebsd-standards Fri Sep 13 8:54: 1 2002 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92EF837B400 for ; Fri, 13 Sep 2002 08:54:00 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A5B43E6E for ; Fri, 13 Sep 2002 08:53:59 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.3/8.12.3) id g8DFs4At001137 for freebsd-standards@freebsd.org; Fri, 13 Sep 2002 11:54:04 -0400 (EDT) (envelope-from rodrigc) Date: Fri, 13 Sep 2002 11:54:04 -0400 From: Craig Rodrigues To: freebsd-standards@freebsd.org Subject: mlockall/munlockall support? Message-ID: <20020913115404.A1128@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Are mlockall()/munlockall() calls implemented in FreeBSD-current? I saw them inside this #ifdef/#endif block in sys/mman.h, but I did not see these symbols exported by libc. #ifdef _P1003_1B_VISIBLE int mlockall __P((int)); int munlockall __P((void)); int shm_open __P((const char *, int, mode_t)); int shm_unlink __P((const char *)); #endif /* _P1003_1B_VISIBLE */ -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message