diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 4 | ||||
-rw-r--r-- | io/Versions | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index 9f08476248..9dccdb96df 100644 --- a/io/Makefile +++ b/io/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. +# Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -35,7 +35,7 @@ routines := \ statvfs fstatvfs statvfs64 fstatvfs64 \ umask chmod fchmod mkdir \ open open64 close read write lseek lseek64 access euidaccess \ - fcntl flock lockf \ + fcntl flock lockf lockf64 \ dup dup2 pipe \ creat creat64 \ chdir fchdir \ diff --git a/io/Versions b/io/Versions index 7892eebd0a..d816d03f07 100644 --- a/io/Versions +++ b/io/Versions @@ -80,4 +80,8 @@ libc { # s* statfs64; statvfs; statvfs64; } + GLIBC_2.1.1 { + # l* + lockf64; + } } |