diff options
Diffstat (limited to 'winsup/cygwin/profil.c')
-rw-r--r-- | winsup/cygwin/profil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/profil.c b/winsup/cygwin/profil.c index 0cac701b0..8a615524b 100644 --- a/winsup/cygwin/profil.c +++ b/winsup/cygwin/profil.c @@ -98,7 +98,7 @@ profile_off (struct profinfo *p) static int profile_on (struct profinfo *p) { - int thrid; + DWORD thrid; /* get handle for this thread */ if (!DuplicateHandle (GetCurrentProcess (), GetCurrentThread (), |