Commit Graph

1 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 974e44d5c7 fix build-tags for non-linux platforms
- NSHandle could only be used on Unix systems. Given that all other parts
  of the code are only implemented on Linux (not for other Unix-y platforms),
  I moved this file to be Linux-only.
- Rename "_unspecified" to "_others", which is a common suffix for such cases.
- Introduce stubs for NSHandle for non-Linux platforms.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-13 09:56:59 -08:00