diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-18 09:10:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-18 09:10:37 +0000 |
commit | d629bceca41fa194caed3ee53b9db063d13f5de4 (patch) | |
tree | 24c4218ef07b79c8de823ff1faef68368c62ad4c /io/Makefile | |
parent | 5fdc5ad725bba5028a106d2314408af04ec38af5 (diff) | |
download | glibc-d629bceca41fa194caed3ee53b9db063d13f5de4.tar.gz glibc-d629bceca41fa194caed3ee53b9db063d13f5de4.tar.xz glibc-d629bceca41fa194caed3ee53b9db063d13f5de4.zip |
Update.
1999-02-18 Ulrich Drepper <drepper@cygnus.com> * io/Makefile (routines): Add lock64. * io/Versions: Add lockf64 for GLIBC_2.1.1. * sysdeps/generic/lockf64.c: New file.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 4 |
1 files changed, 2 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 \ |