* libltp/lib/parse_opts.c: Deal with C warnings.
* winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3.
This commit is contained in:
@ -100,6 +100,24 @@
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Code from usctest.h that not part of this file since we are the library.
|
||||
*/
|
||||
|
||||
struct usc_errno_t TEST_VALID_ENO[USC_MAX_ERRNO];
|
||||
|
||||
/***********************************************************************
|
||||
* Globals for returning the return code and errno from the system call
|
||||
* test macros.
|
||||
***********************************************************************/
|
||||
int TEST_RETURN;
|
||||
int TEST_ERRNO;
|
||||
|
||||
/***********************************************************************
|
||||
* temporary variables for determining max and min times in TEST macro
|
||||
***********************************************************************/
|
||||
long btime, etime, tmptime;
|
||||
|
||||
/* The timing information block. */
|
||||
struct tblock tblock={0,((long) -1)>>1,0,0};
|
||||
|
||||
@ -808,24 +826,6 @@ int Help = 0;
|
||||
int Help2 = 0;
|
||||
char *ptr;
|
||||
|
||||
/*
|
||||
* Code from usctest.h that not part of this file since we are the library.
|
||||
*/
|
||||
|
||||
struct usc_errno_t TEST_VALID_ENO[USC_MAX_ERRNO];
|
||||
|
||||
/***********************************************************************
|
||||
* Globals for returning the return code and errno from the system call
|
||||
* test macros.
|
||||
***********************************************************************/
|
||||
int TEST_RETURN;
|
||||
int TEST_ERRNO;
|
||||
|
||||
/***********************************************************************
|
||||
* temporary variables for determining max and min times in TEST macro
|
||||
***********************************************************************/
|
||||
long btime, etime, tmptime;
|
||||
|
||||
|
||||
|
||||
/* for test specific parse_opts options */
|
||||
|
Reference in New Issue
Block a user