diff options
-rw-r--r-- | stream.c | 3 | ||||
-rw-r--r-- | txr.1 | 5 |
2 files changed, 8 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 @@ -41370,6 +41370,11 @@ or .code nil indication. +The function behaves in the same manner on all platforms, implementing +a platform-agnostic definition of +.IR "absolute path" , +as follows. + An absolute path is a string which either begins with a slash or backslash character, or which begins with an alphanumeric word, followed by a colon, followed by a slash or backslash. |