Changeset 32fb6944 in mainline
- Timestamp:
- 2011-06-19T17:22:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffbed9
- Parents:
- fb90deb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
rfb90deb r32fb6944 40 40 41 41 /** 42 * 42 * Dummy function. Always returns false, because there is no easy way to find 43 * out under HelenOS. 44 * 43 45 * @param fd 44 * @return 46 * @return Always false. 45 47 */ 46 48 int posix_isatty(int fd) 47 49 { 48 // TODO 49 not_implemented(); 50 return false; 50 51 } 51 52
Note:
See TracChangeset
for help on using the changeset viewer.