summaryrefslogtreecommitdiff
path: root/Userland/flock.cpp
AgeCommit message (Collapse)Author
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
It's less code, and it's potentially more efficient once posix_spawn is a real syscall.
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-01-20Userland: Add a dummy passthrough "flock" programAndreas Kling
This allows you to run our build system's Makefiles inside SerenityOS itself (since they rely on "flock") Obviously it doesn't do any locking as we don't support that yet.