libk  Diff

Differences From Artifact [2374315a32]:

To Artifact [f45741da3f]:


    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