* include/pthread.h (pthread_cleanup_push): Eliminate space preceding

arguments.
(pthread_cleanup_pop): Ditto.
This commit is contained in:
Christopher Faylor 2001-05-03 20:42:28 +00:00
parent 13c45b304c
commit 620dd06d15
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
Thu May 3 16:37:55 2001 Christopher Faylor <cgf@cygnus.com>
* include/pthread.h (pthread_cleanup_push): Eliminate space preceding
arguments.
(pthread_cleanup_pop): Ditto.
Thu May 3 18:16:00 2001 Corinna Vinschen <corinna@vinschen.de>
* net.cc (wsock_init): Rename `was_in_progress' to `wsock_started'

View File

@ -1,6 +1,6 @@
/* pthread.h: POSIX pthread interface
Copyright 1996, 1997, 1998 Cygnus Solutions.
Copyright 1996, 1997, 1998, 1999, 20000, 2001 Red Hat, Inc.
Written by Marco Fuykschot <marco@ddi.nl>
@ -169,7 +169,6 @@ void pthread_testcancel (void);
int pthread_suspend (pthread_t);
int pthread_continue (pthread_t);
#ifdef __cplusplus
}
#endif