Re: [PATCH] POSIX monotonic clock

2010-08-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-08-03 at 10:04 -0400, Christopher Faylor wrote: > On Tue, Aug 03, 2010 at 09:32:47AM +0200, V??clav Haisman wrote: > >This looks like you could get monotonic clock going backwards. > > That's a good point. We have that very problem here where I work. > However, Yaakov isn't adding an

[PATCH] define RTLD_LOCAL

2010-08-07 Thread Yaakov (Cygwin/X)
POSIX requires RTLD_LOCAL to be defined in [1]. While our dlopen() does nothing with its second argument, portable software can rightfully expect the definition to exist alongside the other RTLD_* macros. So why 0? POSIX states wrt dlopen()[2]: > If neither RTLD_GLOBAL nor RTLD_LOCAL are specif