Skip to content

Commit

Permalink
docs: posix: fix for unimplemented functions
Browse files Browse the repository at this point in the history
The following functions are not implemented:
- getc_unlocked()
- getchar_unlocked()
- putc_unlocked()
- putchar_unlocked()

Signed-off-by: Yong Cong Sin <[email protected]>
  • Loading branch information
ycsin authored and nashif committed Jun 16, 2024
1 parent 6663096 commit e0956f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -900,16 +900,16 @@ _POSIX_THREAD_SAFE_FUNCTIONS
flockfile(),
ftrylockfile(),
funlockfile(),
getc_unlocked(), yes
getchar_unlocked(), yes
getc_unlocked(),
getchar_unlocked(),
getgrgid_r(),
getgrnam_r(),
getpwnam_r(),
getpwuid_r(),
gmtime_r(), yes
localtime_r(),
putc_unlocked(), yes
putchar_unlocked(), yes
putc_unlocked(),
putchar_unlocked(),
rand_r(), yes
readdir_r(),
strerror_r(), yes
Expand Down

0 comments on commit e0956f0

Please sign in to comment.