Fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
246c986eac
commit
31b6079e17
2
file.c
2
file.c
@ -4638,7 +4638,7 @@ rb_file_s_join(VALUE klass, VALUE args)
|
|||||||
#if defined(HAVE_TRUNCATE) || defined(HAVE_CHSIZE)
|
#if defined(HAVE_TRUNCATE) || defined(HAVE_CHSIZE)
|
||||||
struct truncate_arg {
|
struct truncate_arg {
|
||||||
const char *path;
|
const char *path;
|
||||||
#if defined(HAVE_FTRUNCATE)
|
#if defined(HAVE_TRUNCATE)
|
||||||
#define NUM2POS(n) NUM2OFFT(n)
|
#define NUM2POS(n) NUM2OFFT(n)
|
||||||
off_t pos;
|
off_t pos;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user