Revert "tests: posix: net: fix missing clock_t and clockid_t with newlib"

This reverts commit 45b3010d74.

Issue introduced in #79884.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-10-17 06:11:31 -04:00
commit 6f937c9cea
3 changed files with 0 additions and 16 deletions

View file

@ -7,5 +7,3 @@ project(posix_net)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})
target_compile_options(app PRIVATE -U_POSIX_C_SOURCE -D_POSIX_C_SOURCE=200809L)