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
d9798bff
Commit
d9798bff
authored
Mar 01, 2004
by
Niels Möller
Browse files
* argp-fmtstream.h [!HAVE_UNISTD_H]: Define ssize_t as int.
Rev: src/argp/ChangeLog:1.22 Rev: src/argp/argp-fmtstream.h:1.15
parent
2370557b
Changes
2
Show whitespace changes
Inline
Side-by-side
src/argp/ChangeLog
View file @
d9798bff
2004-03-01 Niels Mller <nisse@lysator.liu.se>
* argp-fmtstream.h [!HAVE_UNISTD_H]: Define ssize_t as int.
* Makefile.am (EXTRA_PROGRAMS): Don't build argp-test, as it's the
only program depending on the functions asprintf/vsnprintf.
...
...
src/argp/argp-fmtstream.h
View file @
d9798bff
...
...
@@ -31,6 +31,11 @@
#if HAVE_UNISTD_H
# include <unistd.h>
#else
/* This is a kludge to make the code compile on windows. Perhaps it
would be better to just replace ssize_t with int through out the
code. */
# define ssize_t int
#endif
#if _LIBC || (defined (HAVE_FLOCKFILE) && defined(HAVE_PUTC_UNLOCKED) \
...
...
Write
Preview
Supports
Markdown
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