pull/2045/head
Rachel Powers 2023-03-26 21:39:09 -07:00
parent b0aa8a3550
commit fe4d34ff93
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ extern int ftruncate64(int fd, off64_t length);
# define a2_fileno fileno
# define a2_read read
# define a2_close close
# define a2_dub dup
# define a2_dup dup
#endif // !_MSC_VER
#endif // D_A2IO_H