mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
This commit is contained in:
@@ -119,8 +119,8 @@ _IO_new_proc_open (fp, command, mode)
|
||||
const char *mode;
|
||||
{
|
||||
#if _IO_HAVE_SYS_WAIT
|
||||
volatile int read_or_write;
|
||||
volatile int parent_end, child_end;
|
||||
int read_or_write;
|
||||
int parent_end, child_end;
|
||||
int pipe_fds[2];
|
||||
_IO_pid_t child_pid;
|
||||
|
||||
|
Reference in New Issue
Block a user