Skip to content

Commit

Permalink
remove write
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Dec 19, 2023
1 parent 21667a8 commit 1090511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/windows/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
#define PATH_MAX 1024
#define access _access
#define getcwd _getcwd
#define write(fd, p, n) _write(fd, p, n)
#define lseek _lseek
#define popen _popen
#define pclose _pclose
Expand Down

0 comments on commit 1090511

Please sign in to comment.