History log of /seL4-test-master/projects/musllibc/src/linux/stime.c
Revision Date Author Comments
# 1d23b3c9 07-Jan-2014 Rich Felker <dalias@aerifal.cx>

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.


# 57174444 11-Dec-2013 Szabolcs Nagy <nsz@port70.net>

include cleanups: remove unused headers and add feature test macros


# 07e9d63b 01-Mar-2011 Rich Felker <dalias@aerifal.cx>

depends on settimeofday which needs _GNU_SOURCE feature test


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0