summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-24 13:26:07 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-24 13:26:07 +0000
commitf8714515267da473663c4b97ebf9ec6bcc030fbf (patch)
treeeed91f122c16c0ad03315a5707d2619ff456ef23
parent5d72ffd33d39f95108aa62ed5c9d50adaa9e7fb7 (diff)
downloadATCD-f8714515267da473663c4b97ebf9ec6bcc030fbf.tar.gz
ChangeLogTag: Fri Aug 24 08:24:43 2001 Joe Hoffert <joeh@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog8
-rw-r--r--PACE/pace/vxworks/pthread.c8
-rw-r--r--PACE/pace/vxworks/stdio.inl18
3 files changed, 21 insertions, 13 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 4c18e95a3c8..09328574bbf 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,11 @@
+Fri Aug 24 08:24:43 2001 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * pace/vxworks/stdio.inl:
+ * pace/vxworks/pthread.c:
+ Added spaces between function name and argument list
+ for some functions since fuzz was complaining about
+ it.
+
Wed Aug 22 12:30:25 2001 Joe Hoffert <joeh@cs.wustl.edu>
* pace/win32/pace_lib.dsp:
diff --git a/PACE/pace/vxworks/pthread.c b/PACE/pace/vxworks/pthread.c
index 27e88480dcf..ce7dd848f28 100644
--- a/PACE/pace/vxworks/pthread.c
+++ b/PACE/pace/vxworks/pthread.c
@@ -227,7 +227,7 @@ pacevx_pthread_run_cleanup (WIND_TCB *pTcb)
*/
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
int
-pacevx_pthread_queue_add(pace_pthread_t pthread)
+pacevx_pthread_queue_add (pace_pthread_t pthread)
{
int key;
pthread_q_entry * entry;
@@ -266,7 +266,7 @@ pacevx_pthread_queue_add(pace_pthread_t pthread)
*/
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
int
-pacevx_pthread_queue_remove(pace_pthread_t pthread)
+pacevx_pthread_queue_remove (pace_pthread_t pthread)
{
int key;
pthread_q_entry * entry1;
@@ -337,7 +337,7 @@ pacevx_pthread_queue_remove(pace_pthread_t pthread)
*/
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
void
-pacevx_pthread_cleanup_popall(pace_pthread_t thread)
+pacevx_pthread_cleanup_popall (pace_pthread_t thread)
{
int count;
int i;
@@ -358,7 +358,7 @@ pacevx_pthread_cleanup_popall(pace_pthread_t thread)
*/
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
int
-pacevx_pthread_key_validate(pace_pthread_key_t key)
+pacevx_pthread_key_validate (pace_pthread_key_t key)
{
int intkey;
diff --git a/PACE/pace/vxworks/stdio.inl b/PACE/pace/vxworks/stdio.inl
index 8a1cd7202f3..27ffc39bcc5 100644
--- a/PACE/pace/vxworks/stdio.inl
+++ b/PACE/pace/vxworks/stdio.inl
@@ -121,8 +121,8 @@ pace_fgetc (FILE * stream)
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
PACE_INLINE
int
-pace_fgetpos(PACE_FILE * stream,
- pace_fpos_t * pos)
+pace_fgetpos (PACE_FILE * stream,
+ pace_fpos_t * pos)
{
PACE_TRACE("pace_fgetpos");
@@ -247,7 +247,7 @@ pace_fseek (FILE * stream,
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
PACE_INLINE
int
-pace_fsetpos(PACE_FILE *stream, const pace_fpos_t *pos)
+pace_fsetpos (PACE_FILE *stream, const pace_fpos_t *pos)
{
PACE_TRACE("pace_fsetpos");
@@ -294,9 +294,9 @@ pace_funlockfile (FILE * file)
#if (PACE_HAS_POSIX_DI_UOF)
PACE_INLINE
pace_size_t
-pace_fwrite(const void * ptr,
- pace_size_t size, pace_size_t nmemb,
- PACE_FILE * stream)
+pace_fwrite (const void * ptr,
+ pace_size_t size, pace_size_t nmemb,
+ PACE_FILE * stream)
{
PACE_TRACE("pace_fwrite");
@@ -483,9 +483,9 @@ pace_setbuf (FILE * stream, char * buf)
#if (PACE_HAS_POSIX_NONUOF_FUNCS)
PACE_INLINE
int
-pace_setvbuf(PACE_FILE * stream,
- char * buf,
- int mode, pace_size_t size)
+pace_setvbuf (PACE_FILE * stream,
+ char * buf,
+ int mode, pace_size_t size)
{
PACE_TRACE("pace_setvbuf");