Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flockfile, funlockfile, and getc_unlocked #86

Open
glebm opened this issue Jul 7, 2024 · 1 comment
Open

flockfile, funlockfile, and getc_unlocked #86

glebm opened this issue Jul 7, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@glebm
Copy link

glebm commented Jul 7, 2024

Newer versions of libfmt need these 3 functions, would it be possible to add them?

It looks like stdio already has a locking mechanism:

#define __STDIO_LOCK(l) __spinLock(l->__spinlock)

@glebm glebm changed the title Missing flockfile and funlockfile Missing flockfile, funlockfile, and getc_unlocked Jul 7, 2024
@glebm glebm changed the title Missing flockfile, funlockfile, and getc_unlocked flockfile, funlockfile, and getc_unlocked Jul 7, 2024
@glebm
Copy link
Author

glebm commented Jul 8, 2024

The functions are no longer required by libfmt but implementing them will improve performance

@bebbo bebbo added the wontfix This will not be worked on label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants