NetBSD/gnu/usr.bin/gdb/remote-sl.c

13 lines
227 B
C

/* $Id: remote-sl.c,v 1.2 1993/08/02 17:41:08 mycroft Exp $ */
/*
* The binary remote protocol is still under development at LBL;
* the current version can't be released.
* Sorry, folks...
*/
int
sl_open()
{
return -1;
}