Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 11:54:04 -0400
From:      Craig Rodrigues <rodrigc@attbi.com>
To:        freebsd-standards@freebsd.org
Subject:   mlockall/munlockall support?
Message-ID:  <20020913115404.A1128@attbi.com>

next in thread | raw e-mail | index | archive | help
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




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