SB-DEBUG:BACKTRACE-AS-LIST.
** SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS** has been deprecated, as the same
information is available in less intrusive form as frame annotations.
+ * enhancement: SB-POSIX now supports provides MAP-ANON.
* bug fix: no more unused variable style warnings from RESTART-CASE
macroexpansion (lp#1113859)
* bug fix: deleting a package removes it from implementation-package
(:integer map-shared "MAP_SHARED" "mmap: shared memory" t)
(:integer map-private "MAP_PRIVATE" "mmap: private mapping" t)
(:integer map-fixed "MAP_FIXED" "mmap: map at given location" t)
+ (:integer map-anon "MAP_ANON" "mmap: anonymous mapping not associated with any file" t)
;; msync()
(:integer ms-async "MS_ASYNC" "msync: return immediately" t)