Differences From Artifact [2374315a32]:
- File kio/io.h — part of check-in [b5f6f19923] at 2019-08-19 01:46:21 on branch trunk — updates, begin putting together error-handling mechanism (user: lexi, size: 2383) [annotate] [blame] [check-ins using]
To Artifact [f45741da3f]:
- File kio/io.h.m — part of check-in [26c340d29e] at 2019-08-19 04:51:01 on branch trunk — begin move away from legacy build system (user: lexi, size: 2405) [annotate] [blame] [check-ins using]
- File mod/kio/io.h.m — part of check-in [14172a910a] at 2019-08-21 06:00:24 on branch trunk — move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files (user: lexi, size: 2405) [annotate] [blame] [check-ins using]
35 35 // another running process 36 36 kiostream_other 37 37 // no fuckin idea 38 38 } kiostream_kind; 39 39 40 40 typedef struct kiostream { 41 41 kiostream_kind kind; 42 - #include "kiostream.platform.h" 42 + ifelse(target_posix,`yes',` 43 + int platform_fd; 44 + ')dnl 43 45 } kiostream; 44 46 45 47 typedef struct kiochan { 46 48 kiostream in; 47 49 // text can be read from this stream 48 50 kiostream out; 49 51 // text can be written to this stream