summaryrefslogtreecommitdiff
path: root/Userland/flock.cpp
AgeCommit message (Collapse)Author
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.