Fix naming for redbean shared memory atomics

This commit is contained in:
Justine Tunney 2022-10-06 09:41:22 -07:00
parent a5b483f2d4
commit 60b68d7152
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 18 additions and 12 deletions

View file

@ -2882,10 +2882,10 @@ static const luaL_Reg kLuaUnixMemoryMeth[] = {
{"store", LuaUnixMemoryStore}, //
{"xchg", LuaUnixMemoryXchg}, //
{"cmpxchg", LuaUnixMemoryCmpxchg}, //
{"add", LuaUnixMemoryAdd}, //
{"and", LuaUnixMemoryAnd}, //
{"or", LuaUnixMemoryOr}, //
{"xor", LuaUnixMemoryXor}, //
{"fetch_add", LuaUnixMemoryAdd}, //
{"fetch_and", LuaUnixMemoryAnd}, //
{"fetch_or", LuaUnixMemoryOr}, //
{"fetch_xor", LuaUnixMemoryXor}, //
{"wait", LuaUnixMemoryWait}, //
{"wake", LuaUnixMemoryWake}, //
{0}, //