aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 06:48:18 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 06:48:18 +0000
commitfa00327fbf80bd0928c0c4babc6680ff1c9f3584 (patch)
tree1d8ce640f7a153abbe2b19e7634a3b7a3e64aca9 /libio/Makefile
parentbf18dbd7faa07a9dd800a8e842dd8eedc71ed5d9 (diff)
downloadglibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.tar
glibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.tar.gz
glibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.tar.bz2
glibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.zip
* sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
* intl/l10nflist.c: Fix conditional on #include <argz.h>. * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros removed. Instead, include <stdio_lim.h>. * libio/_G_config.h: New file. * libio/Makefile (headers): Add _G_config.h. * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 02426a79c2..e4df6b545e 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996 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
@@ -21,7 +21,7 @@
#
subdir := libio
-headers := stdio.h libio.h
+headers := stdio.h libio.h _G_config.h
routines := \
filedoalloc iofclose iofdopen iofflush iofgetpos iofgets iofopen \