From 0a1063f471355de723393cb968ac9324de1d185d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Dec 2002 22:17:11 +0000 Subject: Update. 2002-12-16 Ulrich Drepper * 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. --- stdio-common/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stdio-common') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 802e4e37e8..ea6da1d0b1 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -34,7 +34,7 @@ routines := \ tmpfile tmpfile64 tmpnam tmpnam_r tempnam tempname \ getline getw putw \ remove rename \ - lockfile + flockfile ftrylockfile funlockfile install-others = $(inst_includedir)/bits/stdio_lim.h @@ -87,8 +87,6 @@ tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata -ifeq ($(stdio),libio) ifneq (,$(filter %REENTRANT, $(defines))) CPPFLAGS += -D_IO_MTSAFE_IO endif -endif -- cgit v1.2.3