* Makefile.in (diststuff): Make all-doc; diststuff target does not
[deliverable/binutils-gdb.git] / gdb / ser-go32-para.c
index 707398efac3e36dae28f2528c306be11be123d78..ae52452e94e2178626291329cbf8c7489541cad7 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "serial.h"
@@ -230,6 +230,14 @@ go32_setbaudrate (scb, rate)
   return 0;
 }
 
+static int
+go32_setstopbits (scb, num)
+     serial_t scb;
+     int num;
+{
+  return 0;
+}
+
 static void
 go32_close (scb)
      serial_t scb;
@@ -253,6 +261,7 @@ static struct serial_ops go32_ops =
   go32_print_tty_state,
   go32_noflush_set_tty_state,
   go32_setbaudrate,
+  go32_setstopbits,
 };
 
 void
This page took 0.025122 seconds and 4 git commands to generate.