Home
last modified time | relevance | path

Searched hist:cec1505321020287c3acc5a63dd75859ebf5ad0d (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/nolibc/
H A Dtime.hcec1505321020287c3acc5a63dd75859ebf5ad0d Mon Feb 07 10:23:52 CST 2022 Willy Tarreau <w@1wt.eu> tools/nolibc/time: create time.h with time()

The time() syscall is used by a few simple applications, and is trivial
to implement based on gettimeofday() that we already have. Let's create
the file to ease porting and provide the function. It never returns any
error, though it may segfault in case of invalid pointer, like other
implementations relying on gettimeofday().

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
H A Dnolibc.hdiff cec1505321020287c3acc5a63dd75859ebf5ad0d Mon Feb 07 10:23:52 CST 2022 Willy Tarreau <w@1wt.eu> tools/nolibc/time: create time.h with time()

The time() syscall is used by a few simple applications, and is trivial
to implement based on gettimeofday() that we already have. Let's create
the file to ease porting and provide the function. It never returns any
error, though it may segfault in case of invalid pointer, like other
implementations relying on gettimeofday().

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>