From: Colin Bruce (ccx004@cck.coventry.ac.uk)
Date: 05/07/93


From: ccx004@cck.coventry.ac.uk (Colin Bruce)
Subject: C library and missing/obsolete functions
Date: Sat, 8 May 1993 00:14:55 GMT

I am trying to build a highly modified version of microemacs V3.10 on
linux 0.99P8. It builds ok except for one file called unix.c where all
the O/S dependencies are. It uses old/obsolete system calls stty and
gtty but these can easily be replaced with ioctls. I found the file
sgtty.h in /usr/include/bsd and am using that. It compiles ok but when
it loads I get complaints about _bsd_ioctl is undefined. In sgtty.h,
ioctl is redefined as bsd_ioctl.

Does anyone know where this function is? Is it in a library anywhere
which is not loaded by default.

Thanks for your help....