I am trying to use tzsetwall() as described in
'man -s3c ctime', but unfortunately for me, the
below pgm does not compile on my system.
$ cat t.c
#include <time.h>
main()
{
tzsetwall();
$ cc t.cQuote:}
Undefined first referenced
symbol in file
tzsetwall t.o
ld: fatal: Symbol referencing errors. No output written to a.out
I can't find tzsetwall!
The following cmds don't turn out a single line of output on
my system:
$ find /usr/include -name '*.h' -print | xargs grep tzsetwall
$ find /usr/lib -name '*.a' -print | xargs nm | grep tzsetwall
Has anybody used tzsetwall on solaris 2.x?
If so, how? And do you know were it is on your system?
thanks, lee
--
---------------------------------------
name: Lee A. Mitchell
atlas: 5.499.3451 (atlas is the internal UPS telecom system)
voice: 502.329.3451
fax: 502.329.3597
surface: United Parcel Service
Floor 4-B
1400 N. Hurstbourne Parkway
Louisville, KY 40223-4015 / USA
Any opinions expressed above are soley those of Lee Mitchell,
not his employer.