From: Tanaka Akira Date: 2013-10-16T07:48:44+09:00 Subject: [ruby-core:57890] Re: [ruby-trunk - Bug #9008] TestProcess#test_clock_getres_constants and TestProcess#test_clock_gettime_constants fails on ARM 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. 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