summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-06 11:01:20 +0000
committerRoland McGrath <roland@gnu.org>1996-07-06 11:01:20 +0000
commit66219c079442f5dce5b43ca1575f8ca865cb537e (patch)
treebd1af8f465b667dd6020a9845503252446308605 /FAQ
parenta0da2d51da6bc1dc55f28333da216e4bfdccd85b (diff)
Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ17
1 files changed, 16 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 1a434d0c94..6c67d6be59 100644
--- a/FAQ
+++ b/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Question on GNU C Library
As every FAQ this one also tries to answer questions the user might have
-when using the pacakge. Please make sure you read this before sending
+when using the package. Please make sure you read this before sending
questions or bug reports to the maintainers.
The GNU C Library is very complex. The building process exploits the
@@ -39,6 +39,9 @@ please let me know.
[Q9] ``Why does getlogin() always return NULL on my Linux box?''
+[Q10] ``Where are the DST_* constants found in <sys/time.h> on many
+ systems?''
+
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
[Q1] ``What systems does the GNU C Library run on?''
@@ -259,6 +262,18 @@ means to support the new techniques later.
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
+[Q10] ``Where are the DST_* constants found in <sys/time.h> on many
+ systems?''
+
+[A10] {UD} These constants come from the old BSD days and are not used
+today anymore (even the Linux based glibc does not implement the handling
+although the cosntants are defined).
+
+Instead GNU libc contains the zone database handling and compatibility
+code for POSIX TZ environment variable handling.
+
+
+~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Answers were given by:
{UD} Ulrich Drepper, <drepper@cygnus.com>