From 61746d6ae850aa6a89b0c0b00c609011c6d0ade9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 7 Nov 2012 16:52:48 +0000 Subject: * mingw: Delete obsolete directory. * w32api: Ditto. --- winsup/mingw/isascii.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 winsup/mingw/isascii.c (limited to 'winsup/mingw/isascii.c') diff --git a/winsup/mingw/isascii.c b/winsup/mingw/isascii.c deleted file mode 100644 index 9d3385c3f..000000000 --- a/winsup/mingw/isascii.c +++ /dev/null @@ -1,21 +0,0 @@ -/* - * isascii.c - * This file has no copyright assigned and is placed in the Public Domain. - * This file is a part of the mingw-runtime package. - * No warranty is given; refer to the file DISCLAIMER within the package. - * - * Oldnames from ANSI header ctype.h - * - * Some wrapper functions for those old name functions whose appropriate - * equivalents are not simply underscore prefixed. - * - */ - -#include - -int -isascii (int c) -{ - return __isascii(c); -} - -- cgit v1.2.3