Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-23 07:35:50 +0400
committerChristopher Faylor <me@cgf.cx>2000-10-23 07:35:50 +0400
commitad30b4ffcaded89b97dd812b810f73386ce6e034 (patch)
tree1927fd0db3a020e01eb43a2df0ff08318b89e91a /winsup/cygwin/smallprint.c
parentde7ba863d84c416776e1af23d923ffe0189e63e9 (diff)
* fork.cc (fork): Set sigframe here, since it can pause for a considerable
amount of time. * environ.cc (_addenv): Add debugging. * fhandler.cc: Eliminate unneeded include. * smallprint.c: Ditto.
Diffstat (limited to 'winsup/cygwin/smallprint.c')
-rw-r--r--winsup/cygwin/smallprint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/smallprint.c b/winsup/cygwin/smallprint.c
index 31890a6aa..ac90df3d8 100644
--- a/winsup/cygwin/smallprint.c
+++ b/winsup/cygwin/smallprint.c
@@ -10,7 +10,6 @@ details. */
#include "winsup.h"
#include <stdarg.h>
-#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <windows.h>