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] | |
On 01/28/2016 03:21 PM, Arnd Bergmann wrote:
Why are struct rusage, getrusage, etc. Y2038-sensitive? They hold >intervals, not absolute times.It can theoretically still overflow, though not at the same time:
In that case, I don't understand why nanosleep, setitimer, adjtime, pselect, etc. are not marked as Y2038-sensitive, as they can all overflow a 32-bit time_t in the same way that getrusage can.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |