[ruby/etc] Fix inconsistent dll linkage warning

https://github.com/ruby/etc/commit/e4c71e5996
This commit is contained in:
Nobuyoshi Nakada 2023-11-05 20:42:13 +09:00 committed by git
parent a15aa259db
commit 40391faeab

View File

@ -54,7 +54,7 @@ static VALUE sGroup;
# include <stdlib.h>
# endif
#endif
char *getlogin(void);
RUBY_EXTERN char *getlogin(void);
#define RUBY_ETC_VERSION "1.4.3.dev.1"