Perform more C warning fixup on all C source files and headers.
This commit is contained in:
@ -38,19 +38,21 @@
|
||||
* None
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include "test.h"
|
||||
#include "usctest.h"
|
||||
|
||||
void cleanup(void);
|
||||
void cleanup(void) __attribute__((noreturn));
|
||||
void setup(void);
|
||||
|
||||
char *TCID = "exit01";
|
||||
const char *TCID = "exit01";
|
||||
int TST_TOTAL = 1;
|
||||
extern int Tst_count;
|
||||
|
||||
int
|
||||
main(int ac, char **av)
|
||||
{
|
||||
int pid, npid, sig, nsig, exno, nexno, status;
|
||||
|
Reference in New Issue
Block a user