diff options
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index e1f59b761..27c4f738e 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -214,6 +214,10 @@ extern "C" void __malloc_unlock (struct _reent *); extern "C" void __malloc_lock (struct _reent *); extern "C" void __malloc_unlock (struct _reent *); +class path_conv; +int __stdcall stat_worker (const char *name, struct stat *buf, int nofollow, + path_conv *pc = NULL) __attribute__ ((regparm (3))); + /**************************** Exports ******************************/ extern "C" { |