Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-12 06:09:38 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-12 06:09:38 +0300
commit6d14741177aab17a98463658597f4b139fb39dba (patch)
tree0514a4c450974ff95786d2740cad9e58bb2623d7 /winsup/cygwin/include/pthread.h
parent023a6b2aff08185fc691f72c49fbb05ecd8e2006 (diff)
whitespace
Diffstat (limited to 'winsup/cygwin/include/pthread.h')
-rw-r--r--winsup/cygwin/include/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/pthread.h b/winsup/cygwin/include/pthread.h
index 96aa4deea..02b8b89d4 100644
--- a/winsup/cygwin/include/pthread.h
+++ b/winsup/cygwin/include/pthread.h
@@ -103,7 +103,7 @@ void pthread_cleanup_push (void (*routine)(void*), void *arg);
void pthread_cleanup_pop (int execute);
*/
typedef void (*__cleanup_routine_type) (void *);
-typedef struct _pthread_cleanup_handler
+typedef struct _pthread_cleanup_handler
{
__cleanup_routine_type function;
void *arg;