From: KOSAKI Motohiro Date: 2013-10-15T21:38:13-04:00 Subject: [ruby-core:57892] Re: [ruby-trunk - Bug #9008] TestProcess#test_clock_getres_constants and TestProcess#test_clock_gettime_constants fails on ARM On Tue, Oct 15, 2013 at 6:48 PM, Tanaka Akira wrote: > 2013/10/16 kosaki (Motohiro KOSAKI) : >> Issue #9008 has been updated by kosaki (Motohiro KOSAKI). > >> Current glibc has following definition. >> >> /usr/include/bits/errno.h >> -------------------------- >> # define ENOTSUP EOPNOTSUPP > > EOPNOTSUPP is not ENOTSUPP. Right. sorry for noise. > > If errno 524 is defined as an error symbol Ruby knows, > Errno::XXX should be defined. > (Ruby knows ENOTSUP and EOPNOTSUPP.) > > Anyway I understand ENOTSUP is not intended to used in userland. > So Ruby don't need to know it. > -- > Tanaka Akira