summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-18 17:59:16 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-18 17:59:16 +0000
commitfb5663ca863c5b970cdb521aa4570ef9f649745b (patch)
tree7878e40f9228929450d489a43308cd84e3d454b9 /libio
parentda8324650d7e867028d1d5e9bcaed962bc6b2322 (diff)
Update.
1998-02-18 17:57 Ulrich Drepper <drepper@cygnus.com> * iconv/Makefile: Add rules to build and install iconv program. * iconv/iconv_prog.c: New file. 1998-02-18 16:34 H.J. Lu <hjl@gnu.org> * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for _dl_lookup_symbol_skip call. * elf/dlvsym.c (dlvsym_doit): Likewise. 1998-02-18 Ulrich Drepper <drepper@cygnus.com> * libio/iovsscanf.c: Do not include errno.h.
Diffstat (limited to 'libio')
-rw-r--r--libio/iovsscanf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libio/iovsscanf.c b/libio/iovsscanf.c
index d7fb8c532e..1917d63e6d 100644
--- a/libio/iovsscanf.c
+++ b/libio/iovsscanf.c
@@ -23,7 +23,6 @@
other reasons why the executable file might be covered by the GNU
General Public License. */
-#include <errno.h>
#include "libioP.h"
#include "strfile.h"