Changeset 582a0b8 in mainline for uspace/lib/pcut
- Timestamp:
- 2017-05-08T19:20:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2c8533
- Parents:
- 73db198
- Location:
- uspace/lib/pcut
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/src/os/helenos.c
r73db198 r582a0b8 35 35 #include <str.h> 36 36 #include <str_error.h> 37 #include <unistd.h>38 37 #include <sys/types.h> 39 38 #include <errno.h> -
uspace/lib/pcut/tests/timeout.c
r73db198 r582a0b8 30 30 31 31 #ifdef __unix 32 #include <unistd.h> 32 // FIXME 33 #include <thread.h> 33 34 #endif 34 35 #if defined(__WIN64) || defined(__WIN32) || defined(_WIN32) … … 41 42 static void my_sleep(int sec) { 42 43 #ifdef __unix 43 sleep(sec); 44 // FIXME 45 thread_sleep(sec); 44 46 #endif 45 47 #if defined(__WIN64) || defined(__WIN32) || defined(_WIN32)
Note:
See TracChangeset
for help on using the changeset viewer.