commit | 938e7cf2d569833a5acf689a8926faf507826253 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Jun 13 23:34:33 2017 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 14 00:00:47 2017 +0200 |
tree | 01d395220896e3d1508edbdca5fbb18dd900a702 | |
parent | 343d8fc208e43e50525ae6e0fc4845b9966b7318 [diff] |
posix-timers: Make nanosleep timespec argument const No nanosleep implementation modifies the rqtp argument. Mark is const. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: John Stultz <john.stultz@linaro.org> Cc: Peter Zijlstra <peterz@infradead.org>