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:
Yong Cong Sin 2024-06-17 13:51:10 +08:00 committed by Carles Cufí
commit def7f37c83

View file

@ -234,8 +234,8 @@ ZTEST(posix_headers, test_unistd_h)
/* zassert_not_null(fexecve); */ /* not implemented */
/* zassert_not_null(fork); */ /* not implemented */
/* zassert_not_null(fpathconf); */ /* not implemented */
/* zassert_not_null(fsync); */ /* not implemented */
/* zassert_not_null(ftruncate); */ /* not implemented */
zassert_not_null(fsync);
zassert_not_null(ftruncate);
/* zassert_not_null(getcwd); */ /* not implemented */
/* zassert_not_null(getegid); */ /* not implemented */
/* zassert_not_null(geteuid); */ /* not implemented */