summaryrefslogtreecommitdiff
path: root/manual/stdio.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-21 04:13:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-21 04:13:24 +0000
commit52cea45760128eba0cc6108f3809e52bee553f9f (patch)
tree743b61263c0ab709ad2a7c827eff019d868afe93 /manual/stdio.texi
parent511a00911549751db9254e5d81c1fcc1723db57e (diff)
Update.
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality call. It should not be necessary andis harmful for Alpha.
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r--manual/stdio.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 6610ae5105..0f82864af3 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -3901,7 +3901,8 @@ make_message_string (const char *a, int b)
This section describes how you can make a stream that gets input from an
arbitrary data source or writes output to an arbitrary data sink
-programmed by you. We call these @dfn{custom streams}.
+programmed by you. We call these @dfn{custom streams}. The functions
+and types described here are all GNU extensions.
@c !!! this does not talk at all about the higher-level hooks