Changes in uspace/lib/posix/unistd.c [2a53f71:4c8f5e7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
r2a53f71 r4c8f5e7 88 88 int posix_isatty(int fd) 89 89 { 90 // TODO 90 91 /* Always returns false, because there is no easy way to find 91 92 * out under HelenOS. */
Note:
See TracChangeset
for help on using the changeset viewer.