diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-21 08:46:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-21 08:46:51 -0700 |
commit | 002969ba8021677cb6dc9a29374f174cbb4f8654 (patch) | |
tree | c0b12225fad601d2a4de9c590eeecbabd28a8654 /stream.c | |
parent | 3fbc79ce6f249c527f63763c02ea384e51180f99 (diff) | |
download | txr-002969ba8021677cb6dc9a29374f174cbb4f8654.tar.gz txr-002969ba8021677cb6dc9a29374f174cbb4f8654.tar.bz2 txr-002969ba8021677cb6dc9a29374f174cbb4f8654.zip |
doc: emphasize platform-independence of abs-path-p.
* txr.1: Adding text to abs-path-p description which
emphasizes that the definition of absolute path it uses
is platform-agnostic.
Diffstat (limited to 'stream.c')
-rw-r--r-- | stream.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ #if HAVE_UNISTD_H #include <unistd.h> #endif +#ifdef __CYGWIN__ +#include <sys/utsname.h> +#endif #if HAVE_FCNTL_H #include <fcntl.h> #endif |