This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ~/.localtime ?


Running programs are not going to be reliably affected unless you provoke
them to call tzset or equivalent, anyway.  Having things stat'ing a file
implicitly all the time just to see if it changed is not viable because of
the performance hit and unwanted exposure to filesystem flakiness.  So I
don't think you can reasonably get what you're after this way.  Having
things refer to a new file implicitly has all sorts of other complications
wrt security concerns and so on.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]