Skip to content

Commit

Permalink
add stuff i missed, but was caught by pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Sep 29, 2024
1 parent 2b2970f commit 311bae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions posix_ipc/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ QUEUE_PRIORITY_MAX: int
USER_SIGNAL_MIN: int
USER_SIGNAL_MAX: int
VERSION: str
O_NONBLOCK: int
O_RDONLY: int
O_RDWR: int
O_WRONLY: int

# errors

Expand Down

0 comments on commit 311bae2

Please sign in to comment.