mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 04:47:57 +08:00

We were only using their ffi implementations which are automatically exported/public, but the actual functions we would need if we were to use FdMonitor and co. in native rust code were either private or missing convenient wrappers.