aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-04-28 20:10:54 +0000
committerChristopher Faylor <me@cgf.cx>2003-04-28 20:10:54 +0000
commit6ef342e4603b75fa789004db934c0daea53ae132 (patch)
tree371478341ba7b6b583221f2336ad2c5299082386 /winsup/cygwin/winsup.h
parenteae4b2b0bc87e9de4c56fda110a9d2813cf0ddce (diff)
downloadnewlib-6ef342e4603b75fa789004db934c0daea53ae132.zip
newlib-6ef342e4603b75fa789004db934c0daea53ae132.tar.gz
newlib-6ef342e4603b75fa789004db934c0daea53ae132.tar.bz2
* profil.h (PROFADDR): Prevent overflow when text segments are larger than
256k. * profil.c (profthr_func): Raise thread priority for more accurate sampling. * path.cc (hash_path_name): Use ino_t as type.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 456339e..8060ffa 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -198,7 +198,7 @@ int __stdcall writable_directory (const char *file);
int __stdcall stat_dev (DWORD, int, unsigned long, struct __stat64 *);
extern BOOL allow_ntsec;
-unsigned long __stdcall hash_path_name (unsigned long hash, const char *name) __attribute__ ((regparm(2)));
+unsigned long __stdcall hash_path_name (ino_t hash, const char *name) __attribute__ ((regparm(2)));
void __stdcall nofinalslash (const char *src, char *dst) __attribute__ ((regparm(2)));
extern "C" char *__stdcall rootdir (char *full_path) __attribute__ ((regparm(1)));