Changeset 5759642f in mainline
- Timestamp:
- 2013-03-08T10:10:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e965dec
- Parents:
- ee5913c
- Location:
- uspace/lib/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/posix/include/posix/unistd.h ¶
ree5913c r5759642f 146 146 extern int __POSIX_DEF__(pipe)(int fildes[2]); 147 147 148 /* Issue alarm signal. */ 149 extern unsigned int __POSIX_DEF__(alarm)(unsigned int); 148 150 149 151 #endif /* POSIX_UNISTD_H_ */ -
TabularUnified uspace/lib/posix/source/unistd.c ¶
ree5913c r5759642f 422 422 } 423 423 424 unsigned int posix_alarm(unsigned int seconds) 425 { 426 not_implemented(); 427 return 0; 428 } 429 424 430 /** @} 425 431 */
Note:
See TracChangeset
for help on using the changeset viewer.