summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile
index 46c2b7bc86..bfb39583ee 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -28,7 +28,7 @@ routines := \
mkfifo \
__stat __fstat __lstat \
__umask __chmod __fchmod __mkdir \
- __open __close __read __write __lseek __access __fcntl flock \
+ __open __close __read __write __lseek __access __fcntl __flock \
__dup __dup2 __pipe \
creat \
__chdir getcwd getwd \