tests: posix: unistd_h: mark fsync() & ftruncate() as supported
These functions have been supported, update the test accordingly. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
88c13020aa
commit
def7f37c83
1 changed files with 2 additions and 2 deletions
|
@ -234,8 +234,8 @@ ZTEST(posix_headers, test_unistd_h)
|
||||||
/* zassert_not_null(fexecve); */ /* not implemented */
|
/* zassert_not_null(fexecve); */ /* not implemented */
|
||||||
/* zassert_not_null(fork); */ /* not implemented */
|
/* zassert_not_null(fork); */ /* not implemented */
|
||||||
/* zassert_not_null(fpathconf); */ /* not implemented */
|
/* zassert_not_null(fpathconf); */ /* not implemented */
|
||||||
/* zassert_not_null(fsync); */ /* not implemented */
|
zassert_not_null(fsync);
|
||||||
/* zassert_not_null(ftruncate); */ /* not implemented */
|
zassert_not_null(ftruncate);
|
||||||
/* zassert_not_null(getcwd); */ /* not implemented */
|
/* zassert_not_null(getcwd); */ /* not implemented */
|
||||||
/* zassert_not_null(getegid); */ /* not implemented */
|
/* zassert_not_null(getegid); */ /* not implemented */
|
||||||
/* zassert_not_null(geteuid); */ /* not implemented */
|
/* zassert_not_null(geteuid); */ /* not implemented */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue