mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove HAVE_FSEEKO from win32/win32.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4e4e65a148
commit
2cdee22370
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 31 21:44:17 2013 Akio Tajima <artonx@yahoo.co.jp>
|
||||
|
||||
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c
|
||||
Fixed [Bug #9333].
|
||||
|
||||
Tue Dec 31 21:02:27 2013 Masaki Matsushita <glass.saga@gmail.com>
|
||||
|
||||
* io.c (io_fwrite): allocate frozen str only when str is not converted.
|
||||
|
|
|
@ -677,7 +677,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#define HAVE_GETCWD 1
|
||||
#define HAVE_TRUNCATE 1
|
||||
#define HAVE_FTRUNCATE 1
|
||||
#define HAVE_FSEEKO 1
|
||||
#define HAVE_TIMES 1
|
||||
#define HAVE_FCNTL 1
|
||||
#define HAVE_LINK 1
|
||||
|
|
Loading…
Add table
Reference in a new issue