Define MS_SYNC for compatibility.

This commit is contained in:
John Dyson 1997-12-02 21:30:03 +00:00
parent 030713d715
commit e3cc7eb4c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31497

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mman.h 8.2 (Berkeley) 1/9/95
* $Id: mman.h,v 1.17 1997/02/22 09:45:34 peter Exp $
* $Id: mman.h,v 1.18 1997/04/13 15:38:09 bde Exp $
*/
#ifndef _SYS_MMAN_H_
@ -71,6 +71,7 @@
/*
* msync() flags
*/
#define MS_SYNC 0x0000 /* msync synchronously */
#define MS_ASYNC 0x0001 /* return immediately */
#define MS_INVALIDATE 0x0002 /* invalidate all cached data */