sim: remove declaration for getenv()

This commit is contained in:
Darryl L. Miles 2025-01-31 19:53:37 +00:00 committed by R. Timothy Edwards
parent b5ac7e4f92
commit 67f7db9540
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#ifdef RSIM_MODULE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <signal.h>
@ -159,7 +160,6 @@ SimStartRsim(
pid_t child;
int magToRsimPipe[2];
int rsimToMagPipe[2];
char *getenv();
char rsimfile[256];
char *cad = BIN_DIR;
const char *src;