We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60554a9 commit 155fd69Copy full SHA for 155fd69
packages/php-wasm/universal/src/lib/os-user-space.ts
@@ -153,13 +153,6 @@ export function bindUserSpace(
153
*/
154
maybeLockedFds: new Set(),
155
156
- // TODO: Move this comment whereever these values are passed to this binding function.
157
- // From:
158
- // https://github.com/emscripten-core/emscripten/blob/66d2137b0381ac35f7e2346b2d6a90abd0f1211a/system/lib/libc/musl/include/fcntl.h#L58-L60
159
- // F_RDLCK: 0,
160
- // F_WRLCK: 1,
161
- // F_UNLCK: 2,
162
-
163
lockStateToFcntl: {
164
shared: F_RDLCK,
165
exclusive: F_WRLCK,
0 commit comments