Changeset 866c465f in rtems
- Timestamp:
- 01/19/98 22:27:56 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3294650
- Parents:
- 4dc0fd6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/syscalls.c
r4dc0fd6 r866c465f 43 43 /* 44 44 * For now assume stdin/stdout/stderr are always a TTY line 45 * 46 * From Eric Norum: 47 * 48 * The `fix' is not complete. It still doesn't properly handle 49 * file descriptors for any files/devices other than the console 50 * serial lines..... 45 51 */ 46 52 if (_fd <= 2) {
Note: See TracChangeset
for help on using the changeset viewer.