summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
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/include
parenteae4b2b0bc87e9de4c56fda110a9d2813cf0ddce (diff)
downloadcygnal-6ef342e4603b75fa789004db934c0daea53ae132.tar.gz
cygnal-6ef342e4603b75fa789004db934c0daea53ae132.tar.bz2
cygnal-6ef342e4603b75fa789004db934c0daea53ae132.zip
* 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/include')
-rw-r--r--winsup/cygwin/include/cygwin/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h
index 78b240e25..eacee88ba 100644
--- a/winsup/cygwin/include/cygwin/types.h
+++ b/winsup/cygwin/include/cygwin/types.h
@@ -90,11 +90,7 @@ typedef __gid16_t gid_t;
#ifndef __ino_t_defined
#define __ino_t_defined
-#ifdef __CYGWIN_USE_BIG_TYPES1__
typedef unsigned long long ino_t;
-#else
-typedef unsigned long ino_t;
-#endif
#endif /*__ino_t_defined*/
#ifndef __BIT_TYPES_DEFINED