Skip to content

Commit 1a2a711

Browse files
authored
Update fopen-wfopen.md
Document mapping of modifier N to _O_NOINHERIT
1 parent 49abb91 commit 1a2a711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/c-runtime-library/reference/fopen-wfopen.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Valid characters for the *`mode`* string that is used in **`fopen`** and **`_fdo
146146
| **`x`** | `_O_EXCL` |
147147
| **`c`** | None |
148148
| **`n`** | None |
149+
| **`N`** | `_O_NOINHERIT` |
149150
| **`S`** | `_O_SEQUENTIAL` |
150151
| **`R`** | `_O_RANDOM` |
151152
| **`T`** | `_O_SHORTLIVED` |

0 commit comments

Comments
 (0)