From a9df8829450edfad4d747af384f7647f9ea7db59 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 Mar 1995 16:34:21 +0000 Subject: Wed Mar 29 11:26:48 1995 Roland McGrath More changes from Germano Caronni : * malloc/free.c: Relocate _heapinfo when that allows us to return core to the system. * malloc/malloc.c: Move #include outside #ifndef _MALLOC_INTERNAL. --- posix/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix/unistd.h') diff --git a/posix/unistd.h b/posix/unistd.h index db952883f2..38ca4f0b4b 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -427,8 +427,8 @@ extern int isatty __P ((int __fd)); #ifdef __USE_BSD /* Return the index into the active-logins file (utmp) for - the terminal FD is open on. */ -extern int ttyslot ((int __fd)); + the controlling terminal. */ +extern int ttyslot __P ((void)); #endif -- cgit v1.2.3