Skip to content

Commit 28abde3

Browse files
committed
Use gnulib module unlocked-io.
1 parent 8e1d4d7 commit 28abde3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2003-05-12 Bruno Haible <bruno@clisp.org>
2+
3+
* configure.in: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
4+
15
2003-05-12 Bruno Haible <bruno@clisp.org>
26

37
* lib/Makefile.msvc (PICFLAGS, CFLAGS): Move BUILDING_* macros from
@@ -6,8 +10,10 @@
610
2003-05-09 Bruno Haible <bruno@clisp.org>
711

812
* srclib/error.c: Update from gnulib with modifications.
13+
* srclib/unlocked-io.h: New file, from gnulib.
914
* m4/strerror_r.m4: New file, from gnulib.
10-
* Makefile.devel (aclocal.m4): Depend on it.
15+
* m4/unlocked-io.m4: New file, from gnulib.
16+
* Makefile.devel (aclocal.m4): Depend on them.
1117

1218
2003-05-08 Bruno Haible <bruno@clisp.org>
1319

configure.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ AC_PROG_LN_S
6262

6363
dnl checks for UNIX variants that set DEFS
6464

65+
AC_GNU_SOURCE
6566
AC_AIX
6667
AC_MINIX
6768
AC_ISC_POSIX
@@ -108,6 +109,7 @@ CL_WORDS_LITTLEENDIAN
108109

109110
gl_FUNC_ALLOCA
110111
gl_CANONICALIZE
112+
jm_FUNC_GLIBC_UNLOCKED_IO
111113
gt_FUNC_ERROR_AT_LINE
112114
gl_PATHMAX
113115
gt_FUNC_SETENV

0 commit comments

Comments
 (0)