Fix cloexec test for force-safe-string

master
David Allsopp 2019-11-13 19:58:40 +00:00
parent e0ee2f7a05
commit 2801fdf011
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#include <winbase.h>
#include <winerror.h>
void process_fd(char * s)
void process_fd(const char * s)
{
int fd;
HANDLE h;
@ -39,7 +39,7 @@ void process_fd(char * s)
#include <sys/stat.h>
#include <unistd.h>
void process_fd(char * s)
void process_fd(const char * s)
{
long n;
int fd;