From 8db71e01698f00c71eed124b1609f019776900a1 Mon Sep 17 00:00:00 2001 From: Egor Duda Date: Tue, 24 Apr 2001 15:25:31 +0000 Subject: * dlmalloc.c: New file. Port of Doug Lea's malloc * dlmalloc.h: Ditto. * Makefile.in: Add support for MALLOC_DEBUG * config.h.in: Ditto. * winsup.h: Ditto. * configure.in: Add --enable-malloc-debugging option. * configure: Regenerate. * debug.h: Include declarations for debugging malloc. * tty.cc (grantpt): Fix definition. (unlockpt): Ditto. --- winsup/cygwin/tty.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/tty.cc') diff --git a/winsup/cygwin/tty.cc b/winsup/cygwin/tty.cc index dbadb68f8..768c21cd2 100644 --- a/winsup/cygwin/tty.cc +++ b/winsup/cygwin/tty.cc @@ -29,14 +29,14 @@ extern fhandler_tty_master *tty_master; extern "C" int -grantpt (void) +grantpt (int fd) { return 0; } extern "C" int -unlockpt (void) +unlockpt (int fd) { return 0; } -- cgit v1.2.3