Date: Mon, 17 Aug 1998 20:26:41 -0700 (PDT) From: Joseph Koshy <jkoshy> To: committers@freebsd.org Cc: jkoshy, bde Subject: missing tzname decl in <time.h> Message-ID: <199808180326.UAA21995@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>From a `hdrchk'[*] run, checking for POSIX90 compliance *** Starting time.h Missing: extern char *tzname[]; *** Completed time.h I don't have a copy of POSIX90, (or POSIX96 or FIPS) handy to refer to, but I suspect adding an extern declaration will restore POSIX compliance for this header. `tzname' seems present in the C lib. Koshy <jkoshy@freebsd.org> [*] ``hdrchk is a tool that checks system headers for the presence of function declarations, macros etc.'' See: ftp://ftp.rdg.opengroup.org/pub/unsupported/stdtools/hdrchk/hdrchk-1.3.tgz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808180326.UAA21995>