OpenBSD build support

OpenBSD does not have a /proc filesystem
OpenBSD also defines `getrusage` in sys/resource.h
Add OpenBSD classifier to python package
Include OpenBSD in machine/endian.h check
This commit is contained in:
Ronald E. Dahlgren
2024-06-04 16:09:32 -04:00
committed by Corentin Le Molgat
parent 3ab080a6ad
commit 73914c474d
3 changed files with 7 additions and 4 deletions

View File

@@ -145,6 +145,7 @@ setup(
'Operating System :: Unix',
'Operating System :: POSIX :: Linux',
'Operating System :: POSIX :: BSD :: FreeBSD',
'Operating System :: POSIX :: BSD :: OpenBSD',
'Operating System :: MacOS',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',