Skip to content

Commit

Permalink
settimeofday01: Convert docs to docparse
Browse files Browse the repository at this point in the history
Reviewed-by: Petr Vorel <[email protected]>
Signed-off-by: Yang Xu <[email protected]>
  • Loading branch information
xuyang0410 committed Feb 19, 2024
1 parent 5f596e6 commit 512cf0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions testcases/kernel/syscalls/settimeofday/settimeofday01.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) International Business Machines Corp., 2001
* Ported to LTP 07/2001 John George
* Testcase to check the basic functionality of settimeofday().
* Copyright (c) Linux Test Project, 2001-2024
*/

/*\
* [Description]
*
* Check the basic functionality of settimeofday().
*/

#include <sys/time.h>
Expand Down

0 comments on commit 512cf0e

Please sign in to comment.