* winsup.api/signal-into-win32-api.c: Supress compiler warning.

This commit is contained in:
Egor Duda 2001-10-29 19:45:43 +00:00
parent cdd8cb1f2a
commit bd65358b34
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-29 Egor Duda <deo@logos-m.ru>
* winsup.api/signal-into-win32-api.c: Supress compiler warning.
Mon Oct 8 14:15:00 2001 Corinna Vinschen <corinna@vinschen.de>
* winsup.api/mmaptest01.c: Add several tests on mmaps. Use libltp.

View File

@ -54,4 +54,4 @@ main (int argc, char** argv)
else
return 0;
}
}
}