0.8.3.69:
[sbcl.git] / contrib / sb-posix / constants.lisp
index 052a734..847a5f6 100644 (file)
  (:integer map-private "MAP_PRIVATE" "mmap: private mapping")
  (:integer map-fixed "MAP_FIXED" "mmap: map at given location")
 
+ ;; msync()
+ (:integer ms-async "MS_ASYNC" "msync: return immediately")
+ (:integer ms-sync "MS_SYNC" "msync: perform synchronous writes")
+ (:integer ms-invalidate "MS_INVALIDATE" "msync: invalidate all cached data")
+
  ;; opendir()
  (:structure dirent
             ("struct dirent"