diff options
author | Roland McGrath <roland@gnu.org> | 1994-02-25 02:41:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-02-25 02:41:42 +0000 |
commit | dda3bbee988539370955b85701ced93490379719 (patch) | |
tree | 882457fa2dfb52a9ddb61dd2337f62ea739fd5e8 /io | |
parent | 1f402a0bcb4336677acb8fb7d9b7a729dd94d65e (diff) |
Formerly io/Makefile.~14~
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index e2a8f99b92..b414ca0eb4 100644 --- a/io/Makefile +++ b/io/Makefile @@ -28,7 +28,8 @@ 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 lockf \ __dup __dup2 __pipe \ creat \ __chdir fchdir \ |