[前][次][番号順一覧][スレッド一覧]

ruby-changes:57293

From: Nobuyoshi <ko1@a...>
Date: Tue, 27 Aug 2019 08:03:38 +0900 (JST)
Subject: [ruby-changes:57293] Nobuyoshi Nakada: 2283411265 (master): Added license comment [Bug #12230] [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=2283411265

From 22834112650e33e16dd15529a260c0a42745168e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 27 Aug 2019 07:59:10 +0900
Subject: Added license comment [Bug #12230] [ci skip]


diff --git a/win32/win32.c b/win32/win32.c
index fe5058a..9301c0f 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -5865,6 +5865,7 @@ rb_w32_lstati128(const char *path, struct stati128 *st) https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L5865
     return w32_stati128(path, st, filecp(), TRUE);
 }
 
+/* License: Ruby's */
 off_t
 rb_w32_lseek(int fd, off_t ofs, int whence)
 {
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]