Ed Schouten 38526a2cf1 Sync in the latest CloudABI system call definitions.
Some time ago I made a change to merge together the memory scope
definitions used by mmap (MAP_{PRIVATE,SHARED}) and lock objects
(PTHREAD_PROCESS_{PRIVATE,SHARED}). Though that sounded pretty smart
back then, it's backfiring. In the case of mmap it's used with other
flags in a bitmask, but for locking it's an enumeration. As our plan is
to automatically generate bindings for other languages, that looks a bit
sloppy.

Change all of the locking functions to use separate flags instead.

Obtained from:	https://github.com/NuxiNL/cloudabi
2016-03-31 18:50:06 +00:00
..
2016-03-30 17:32:14 +00:00
2016-03-30 17:32:14 +00:00
2016-03-30 16:54:18 +00:00
2016-03-31 00:53:23 +00:00
2016-03-31 00:53:23 +00:00
2016-03-16 06:42:15 +00:00
2016-03-10 15:51:43 +00:00
2016-03-31 17:15:03 +00:00