X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fconstants.lisp;h=847a5f6918495ee81d35fdda42bba361edb7a167;hb=d4b738d6c0b354de817fa490b50814e40872b3d0;hp=052a734e4ebc273f84a1099e0174525e3401a571;hpb=f51d3fd40bb44b518299f0ae626583a6899f7af2;p=sbcl.git diff --git a/contrib/sb-posix/constants.lisp b/contrib/sb-posix/constants.lisp index 052a734..847a5f6 100644 --- a/contrib/sb-posix/constants.lisp +++ b/contrib/sb-posix/constants.lisp @@ -90,6 +90,11 @@ (: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"