Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Dec 2002 22:17:11 +0000 (22:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Dec 2002 22:17:11 +0000 (22:17 +0000)
commit0a1063f471355de723393cb968ac9324de1d185d
treee2d4885e0c194e8420d11ece77b154b743366962
parent9634cf9d4f30861dbf3ee057a1219227d8c8f19d
Update.

2002-12-16  Ulrich Drepper  <drepper@redhat.com>

* stdio-common/Makefile (routines): Remove lockfile.  Add
flockfile, ftrylockfile, and funlockfile.
* sysdeps/generic/lockfile.c: Removed.  Each function has its own file.
* sysdeps/generic/flockfile.c: New file.
* sysdeps/generic/ftrylockfile.c: New file.
* sysdeps/generic/funlockfile.c: New file.
ChangeLog
nptl/ChangeLog
nptl/sysdeps/pthread/flockfile.c [moved from nptl/flockfile.c with 91% similarity]
nptl/sysdeps/pthread/ftrylockfile.c [moved from nptl/ftrylockfile.c with 90% similarity]
nptl/sysdeps/pthread/funlockfile.c [moved from nptl/funlockfile.c with 90% similarity]
stdio-common/Makefile
sysdeps/generic/flockfile.c [new file with mode: 0644]
sysdeps/generic/ftrylockfile.c [moved from sysdeps/generic/lockfile.c with 62% similarity]
sysdeps/generic/funlockfile.c [new file with mode: 0644]