summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/proc14.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/proc14.c')
-rw-r--r--testsuites/psxtests/psxhdrs/proc14.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/proc14.c b/testsuites/psxtests/psxhdrs/proc14.c
index 3c6478da92..5460cd1768 100644
--- a/testsuites/psxtests/psxhdrs/proc14.c
+++ b/testsuites/psxtests/psxhdrs/proc14.c
@@ -17,8 +17,8 @@
void test( void )
{
- pid_t pid;
- pid_t pgid;
+ pid_t pid = 0;
+ pid_t pgid = 0;
int result;
result = setpgid( pid, pgid );