diff options
author | Willy Tarreau <w@1wt.eu> | 2022-02-07 19:23:52 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2022-04-21 03:05:45 +0300 |
commit | cec1505321020287c3acc5a63dd75859ebf5ad0d (patch) | |
tree | ae893fae7d9acf05c6510a8a272d6539be32d29d /samples/landlock | |
parent | 99cb50ab94b2aa11c756c4ba14ef09197a7ebe7b (diff) | |
download | linux-cec1505321020287c3acc5a63dd75859ebf5ad0d.tar.xz |
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>
Diffstat (limited to 'samples/landlock')
0 files changed, 0 insertions, 0 deletions