1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix io/buffer.h header guard.

This commit is contained in:
Samuel Williams 2022-09-26 19:40:23 +13:00
parent 411d0eec11
commit 1c14e406d3
Notes: git 2022-09-26 16:10:37 +09:00

View file

@ -1,5 +1,5 @@
#ifndef RUBY_IO_BUFFER_T
#define RUBY_IO_BUFFER_T 1
#ifndef RUBY_IO_BUFFER_H
#define RUBY_IO_BUFFER_H
/**
* @file
* @author Samuel Williams
@ -88,4 +88,4 @@ VALUE rb_io_buffer_pwrite(VALUE self, VALUE io, size_t length, rb_off_t offset);
RBIMPL_SYMBOL_EXPORT_END()
#endif /* RUBY_IO_BUFFER_T */
#endif /* RUBY_IO_BUFFER_H */