Added license comment [Bug #12230] [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2019-08-27 07:59:10 +09:00
parent 744be55fad
commit 2283411265
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -5865,6 +5865,7 @@ rb_w32_lstati128(const char *path, struct stati128 *st)
return w32_stati128(path, st, filecp(), TRUE);
}
/* License: Ruby's */
off_t
rb_w32_lseek(int fd, off_t ofs, int whence)
{