freebsd-dev/gnu/usr.bin/gdb/remote-sl.c
1993-06-29 09:48:26 +00:00

11 lines
163 B
C

/*
* The binary remote protocol is still under development at LBL;
* the current version can't be released.
* Sorry, folks...
*/
int
sl_open()
{
return -1;
}