summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-27 07:59:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-27 07:59:50 +0900
commit22834112650e33e16dd15529a260c0a42745168e (patch)
tree20293ee5bcd0950218c43f419efd2445cf6d3f65
parent744be55fad44f73e4966c1c6a2d601f1d31354b2 (diff)
Added license comment [Bug #12230] [ci skip]
-rw-r--r--win32/win32.c1
1 files changed, 1 insertions, 0 deletions
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)
{