# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Sys::Select::Constant {
  version_from Sys;
  native static method FD_SETSIZE : int ();
}