4
0
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:
Chris Sutcliffe 2008-05-06 01:25:05 +00:00
parent 6c31adf67e
commit edce6d8546
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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.
* mingwex/usleep.c: New file.
* mingwex/makefile.in: Add usleep source and object.

View File

@ -115,6 +115,10 @@ typedef long long fpos64_t;
typedef long long off64_t;
#endif
#if !defined __NO_ISOCEXT
typedef unsigned int useconds_t;
#endif /* Not __NO_ISOCEXT */
#endif /* Not RC_INVOKED */
#endif /* Not _TYPES_H_ */