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

11 lines
163 B
C
Raw Normal View History

1993-03-21 12:45:37 +03:00
/*
* The binary remote protocol is still under development at LBL;
* the current version can't be released.
* Sorry, folks...
*/
int
sl_open()
{
return -1;
}