# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Sys::Ioctl::Constant {
  version_from Sys;
  native static method FIONBIO : int ();
}