* include/sys/types.h (ssize_t): Correct the definition.
This commit is contained in:
parent
a8e5f8c6c2
commit
92fda2d938
|
@ -1,3 +1,7 @@
|
||||||
|
2003-10-10 Earnie Boyd <earnie@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/sys/types.h (ssize_t): Correct the definition.
|
||||||
|
|
||||||
2003-10-03 Danny Smith <dannysmith@users.sourceforge.net>
|
2003-10-03 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/stdio.h (_filbuf): Add prototype.
|
* include/stdio.h (_filbuf): Add prototype.
|
||||||
|
|
|
@ -116,7 +116,7 @@ typedef _sigset_t sigset_t;
|
||||||
typedef long _ssize_t;
|
typedef long _ssize_t;
|
||||||
|
|
||||||
#ifndef _NO_OLDNAMES
|
#ifndef _NO_OLDNAMES
|
||||||
typedef _ssize_t ssize_t;
|
typedef ssize_t _ssize_t;
|
||||||
#endif
|
#endif
|
||||||
#endif /* Not _SSIZE_T_ */
|
#endif /* Not _SSIZE_T_ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue