TIME(2) Linux Programmer's Manual TIME(2)

NAME

time - get time in seconds

SYNOPSIS

#include <time.h> time_t time(time_t *t);

DESCRIPTION

time returns the time since 00:00:00 GMT, January 1, 1970, measured in seconds. If t is non null, the return value is also stored in the memory pointed to by t.

CONFORMING TO

SVID, AT&T, POSIX, X/OPEN, BSD 4.3 Under BSD 4.3, this call is obsoleted by gettimeofday(2).

SEE ALSO

ctime, date, ftime, gettimeofday,





































Linux 24 July 1993 1


Top Master Index Keywords Functions


This manual page was brought to you by mjl_man V-2.0 ck net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeusz.slawinski@tieto.com>2017-01-24 16:42:10 +0100
committerJohannes Berg <johannes.berg@intel.com>2017-01-26 09:50:44 +0100
commit731977e97b3697454a862fec656c2561eabc0b87 (patch)
tree3c85d71fd7c87cc92facb0c2dc7552cc8fcdd342
parent42f82e2e62ae748a27741e63dbb035bfbe3353c9 (diff)
mac80211: use helper function to access ieee802_1d_to_ac[]
cleanup patch to make use of ieee80211_ac_from_tid() to retrieve ac from ieee802_1d_to_ac[] Signed-off-by: Amadeusz Sławiński <amadeusz.slawinski@tieto.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat