mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-09 04:38:29 +00:00
Explicitly disable Linux capabilities
This commit is contained in:
parent
ffedbfe14d
commit
16fc83f9ce
12 changed files with 269 additions and 20 deletions
|
@ -735,7 +735,7 @@ FUNCTIONS
|
|||
|
||||
Turns Lua data structure into JSON string.
|
||||
|
||||
Since Lua uses tables for both hashmaps and arrays, we use a
|
||||
Since Lua uses tables are both hashmaps and arrays, we use a
|
||||
simple fast algorithm for telling the two apart. Tables with
|
||||
non-zero length (as reported by `#`) are encoded as arrays,
|
||||
and any non-array elements are ignored. For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue