Changeset b8ea1c8e in rtems
- Timestamp:
- 09/30/98 21:15:23 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 05d49928
- Parents:
- 2c3840b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/io.t
r2c3840b rb8ea1c8e 564 564 (until data is actually written into the gap). 565 565 566 Some devices are incapable of seeking. The value of the pointer asso -567 ciatedwith such a device is undefined.566 Some devices are incapable of seeking. The value of the pointer associated 567 with such a device is undefined. 568 568 569 569 @subheading NOTES: … … 633 633 @subheading STATUS CODES: 634 634 635 On success, ze oris returned. On error, -1 is returned, and @code{errno} is635 On success, zero is returned. On error, -1 is returned, and @code{errno} is 636 636 set appropriately. 637 637 … … 641 641 642 642 @item EINVAL 643 @code{fd} is bound to a special file which do ws not support synchronization.643 @code{fd} is bound to a special file which does not support synchronization. 644 644 645 645 @item EIO
Note: See TracChangeset
for help on using the changeset viewer.