diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 23:01:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 23:01:08 +0000 |
commit | b2e3d177abf93989afd8d647597e797f69b564df (patch) | |
tree | 4d5930a20df8076712d6319025a9c4e146f7851a /manual/llio.texi | |
parent | 4b9afc43727251609f28ba2140f4d8527e8d0d17 (diff) | |
download | glibc-b2e3d177abf93989afd8d647597e797f69b564df.tar glibc-b2e3d177abf93989afd8d647597e797f69b564df.tar.gz glibc-b2e3d177abf93989afd8d647597e797f69b564df.tar.bz2 glibc-b2e3d177abf93989afd8d647597e797f69b564df.zip |
Update.
2001-07-23 Ulrich Drepper <drepper@redhat.com>
* iconv/gconv_cache.c (__gconv_lookup_cache): Handle encoding from
and to INTERNAL.
* iconv/iconvconfig.c: Create a special record for the INTERNAL
encoding name in the output file.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r-- | manual/llio.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index ea72e955e3..ceadb7ed32 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -3618,6 +3618,8 @@ numbers and multiplexed through the @code{ioctl} function, defined in @code{sys/ioctl.h}. The code numbers themselves are defined in many different headers. +@comment sys/ioctl.h +@comment BSD @deftypefun int ioctl (int @var{filedes}, int @var{command}, @dots{}) The @code{ioctl} function performs the generic I/O operation |