Changeset 8d7e82c1 in mainline
- Timestamp:
- 2011-06-22T14:07:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21abb9a
- Parents:
- f1fae414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
rf1fae414 r8d7e82c1 43 43 44 44 /** 45 * 45 * Dummy function. Always returns false, because there is no easy way to find 46 * out under HelenOS. 47 * 46 48 * @param fd 47 * @return 49 * @return Always false. 48 50 */ 49 51 int posix_isatty(int fd) 50 52 { 51 // TODO 52 not_implemented(); 53 return false; 53 54 } 54 55
Note:
See TracChangeset
for help on using the changeset viewer.