diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2008-05-04 12:18:52 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2008-05-04 12:18:52 +0000 |
commit | 1e6db69571b7cd4c3394c3efd7dd59fd0322a08e (patch) | |
tree | c405669b3826bfc86dbb7b0a9c6075015a21b7ee /winsup/mingw/mingwex/Makefile.in | |
parent | d5992b586e951e8aaeaeededf98bf78be0cd82cf (diff) | |
download | newlib-1e6db69571b7cd4c3394c3efd7dd59fd0322a08e.zip newlib-1e6db69571b7cd4c3394c3efd7dd59fd0322a08e.tar.gz newlib-1e6db69571b7cd4c3394c3efd7dd59fd0322a08e.tar.bz2 |
2008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>
* include/sys/time.h (useconds_t): typedef.
* include/unistd.h (usleep): Add prototype.
* mingwex/usleep.c: New file.
* mingwex/makefile.in: Add usleep source and object.
Diffstat (limited to 'winsup/mingw/mingwex/Makefile.in')
-rw-r--r-- | winsup/mingw/mingwex/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in index 3dd91a5..9010634 100644 --- a/winsup/mingw/mingwex/Makefile.in +++ b/winsup/mingw/mingwex/Makefile.in @@ -38,6 +38,7 @@ DISTFILES = Makefile.in configure configure.in aclocal.m4 \ wcrtomb.c wctob.c mbrtowc.c btowc.c mb_wc_common.h \ gettimeofday.c isblank.c iswblank.c \ basename.c dirname.c \ + usleep.c \ tsearch.c twalk.c tdelete.c tfind.c MATH_DISTFILES = \ @@ -174,6 +175,7 @@ FENV_OBJS = fesetround.o fegetround.o \ feraiseexcept.o fetestexcept.o fesetexceptflag.o POSIX_OBJS = \ dirent.o wdirent.o getopt.o ftruncate.o gettimeofday.o \ + usleep.o \ basename.o dirname.o tsearch.o twalk.o tdelete.o tfind.o REPLACE_OBJS = \ mingw-aligned-malloc.o mingw-fseek.o |