summaryrefslogtreecommitdiff
path: root/compat/cygwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/cygwin.h')
-rw-r--r--compat/cygwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/cygwin.h b/compat/cygwin.h
new file mode 100644
index 0000000..8e52de4
--- /dev/null
+++ b/compat/cygwin.h
@@ -0,0 +1,2 @@
+int cygwin_offset_1st_component(const char *path);
+#define offset_1st_component cygwin_offset_1st_component