From bfcd44c39909d7542ed8b95529829ffcfb569918 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Jul 1998 15:27:41 +0000 Subject: Update. 1998-07-09 Ulrich Drepper * posix/unistd.h: Simplify #ifdefs. * libio/libio.h: Undo last change due to possible C++ problems. * libio/fileops.h: Likewise. --- FAQ.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FAQ.in') diff --git a/FAQ.in b/FAQ.in index 2aa848f1df..0a94435a68 100644 --- a/FAQ.in +++ b/FAQ.in @@ -791,7 +791,7 @@ new type. {UD,AJ} On Linux, the use of kernel headers is reduced to the minimum. This gives Linus the ability to change the headers more freely. Also, user -programs are now insulated from changes in the size of kernel data +programs are not insulated from changes in the size of kernel data structures. For example, the sigset_t type is 32 or 64 bits wide in the kernel. In @@ -910,7 +910,7 @@ To fix those programs you've got to initialize the variable at run time. This can be done, e.g. in main, like: static FILE *InPtr; -int main(void) +int main(void) { InPtr = stdin; } -- cgit v1.2.1