diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-08-27 07:59:10 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-08-27 07:59:50 +0900 |
commit | 22834112650e33e16dd15529a260c0a42745168e (patch) | |
tree | 20293ee5bcd0950218c43f419efd2445cf6d3f65 /win32 | |
parent | 744be55fad44f73e4966c1c6a2d601f1d31354b2 (diff) | |
download | bundler-22834112650e33e16dd15529a260c0a42745168e.tar.gz |
Added license comment [Bug #12230] [ci skip]
Diffstat (limited to 'win32')
-rw-r--r-- | win32/win32.c | 1 |
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) { |