From 22834112650e33e16dd15529a260c0a42745168e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 27 Aug 2019 07:59:10 +0900 Subject: [PATCH] Added license comment [Bug #12230] [ci skip] --- win32/win32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/win32.c b/win32/win32.c index fe5058a4f1..9301c0f5d8 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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) {