mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
Fix typo and commit the write header
This commit is contained in:
parent
6c31adf67e
commit
edce6d8546
@ -1,6 +1,6 @@
|
|||||||
2008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>
|
2008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>
|
||||||
|
|
||||||
* include/sys/time.h (useconds_t): typedef.
|
* include/sys/types.h (useconds_t): typedef.
|
||||||
* include/unistd.h (usleep): Add prototype.
|
* include/unistd.h (usleep): Add prototype.
|
||||||
* mingwex/usleep.c: New file.
|
* mingwex/usleep.c: New file.
|
||||||
* mingwex/makefile.in: Add usleep source and object.
|
* mingwex/makefile.in: Add usleep source and object.
|
||||||
|
@ -115,6 +115,10 @@ typedef long long fpos64_t;
|
|||||||
typedef long long off64_t;
|
typedef long long off64_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined __NO_ISOCEXT
|
||||||
|
typedef unsigned int useconds_t;
|
||||||
|
#endif /* Not __NO_ISOCEXT */
|
||||||
|
|
||||||
#endif /* Not RC_INVOKED */
|
#endif /* Not RC_INVOKED */
|
||||||
|
|
||||||
#endif /* Not _TYPES_H_ */
|
#endif /* Not _TYPES_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user