Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d4430095
Commit
d4430095
authored
Feb 16, 2003
by
Niels Möller
Browse files
When disabling fwrite_unlocked, #undef it first.
Rev: src/argp/argp-fmtstream.h:1.10
parent
c3168c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/argp/argp-fmtstream.h
View file @
d4430095
...
...
@@ -45,6 +45,7 @@
# undef putc_unlocked
# define putc_unlocked(c, f) putc((c), (f))
# define fputs_unlocked(s, f) fputs((s), (f))
# undef fwrite_unlocked
# define fwrite_unlocked(b, s, n, f) fwrite((b), (s), (n), (f))
# endif
/* No thread safe i/o */
#endif
/* !_LIBC */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment