This is the mail archive of the cygwin-patches@sources.redhat.com mailing list for the Cygwin project.


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

interrupted sleep returns wrong value


Hi!

  SUSv2 says:

    If sleep() returns because the requested time has elapsed, the value
    returned will be 0. If sleep() returns because of premature arousal due to
    delivery of a signal, the return value will be the "unslept" amount (the
    requested time minus the time actually slept) in seconds.

attached patch accomplish this.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

interrupted-sleep-ret-val.ChangeLog

interrupted-sleep-ret-val.diff


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