Changes in uspace/lib/posix/source/unistd.c [5759642f:a3da2b2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/unistd.c
r5759642f ra3da2b2 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x38 37 39 38 #include "internal/common.h" … … 422 421 } 423 422 424 unsigned int posix_alarm(unsigned int seconds)425 {426 not_implemented();427 return 0;428 }429 430 423 /** @} 431 424 */
Note:
See TracChangeset
for help on using the changeset viewer.