fix const-correctness of argument to stime
authorRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 08:02:14 +0000 (03:02 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 08:02:14 +0000 (03:02 -0500)
commit1d23b3c9136f606276142ec0037ff78fbb95e26d
treeda8a6281b4cd6802f426bc3341eaac14c6d22e91
parent74998fbec13cb2d1c6a0952141b90f4216ab89e6
fix const-correctness of argument to stime

it's unclear what the historical signature for this function was, but
semantically, the argument should be a pointer to const, and this is
what glibc uses. correct programs should not be using this function
anyway, so it's unlikely to matter.
include/time.h
src/linux/stime.c