Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update PlatformSupport.md
  • Loading branch information
milseman authored Oct 10, 2022
commit 9b446dcacf732eed070c6d76885f6d4556b24def
2 changes: 1 addition & 1 deletion Documentation/PlatformSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Windows-specific details are open to reevaluation pending more Windows expertise

| API | Darwin | Linux | Windows |
|:-----------------------------|:------------|:------------|:---------------------------------------------------|
| `open` | `open` | `open` | `_wsopen_s(..., _SH_DENYNO, _S_IREAD | _S_IWRITE)` |
| `open` | `open` | `open` | `_wsopen_s(..., _SH_DENYNO, _S_IREAD \| _S_IWRITE)` |
| `close` | `close` | `close` | `_close` |
| `seek` | `lseek` | `lseek` | `_lseeki64` |
| `read` | `read` | `read` | `_read` |
Expand Down