Skip to content

Commit e0956f0

Browse files
ycsinnashif
authored andcommitted
docs: posix: fix for unimplemented functions
The following functions are not implemented: - getc_unlocked() - getchar_unlocked() - putc_unlocked() - putchar_unlocked() Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 6663096 commit e0956f0

File tree

1 file changed

+4
-4
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+4
-4
lines changed

doc/services/portability/posix/option_groups/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -900,16 +900,16 @@ _POSIX_THREAD_SAFE_FUNCTIONS
900900
flockfile(),
901901
ftrylockfile(),
902902
funlockfile(),
903-
getc_unlocked(), yes
904-
getchar_unlocked(), yes
903+
getc_unlocked(),
904+
getchar_unlocked(),
905905
getgrgid_r(),
906906
getgrnam_r(),
907907
getpwnam_r(),
908908
getpwuid_r(),
909909
gmtime_r(), yes
910910
localtime_r(),
911-
putc_unlocked(), yes
912-
putchar_unlocked(), yes
911+
putc_unlocked(),
912+
putchar_unlocked(),
913913
rand_r(), yes
914914
readdir_r(),
915915
strerror_r(), yes

0 commit comments

Comments
 (0)