1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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)
{