DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Notes and examples for multithreaded TTY drivers

Modifying the read(D2oddi) routine

The only change necessary in the read(D2oddi) routine is the addition of the run_ld routine as in:

   /*  replacing: (*linesw[tp->t_line].l_read) (tp); */
   run_ld(tp, DIST_LINESW_READ);

© 2005 The SCO Group, Inc. All rights reserved.