Changes between Version 100 and Version 101 of library_stdio


Ignore:
Timestamp:
Jul 23, 2015, 12:05:54 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v100 v101  
    141141 === 1) void '''giet_tty_alloc'''( unsigned int shared ) ===
    142142If the '''shared''' argument has a zero value, this function allocates a private terminal : the TTY terminal index is registered only in the calling task context.
    143 If the '''shared''' argument has a non-zero value, it allocate a shared terminal : the same TTY terminal index is registered in the task context of all tasks that are in the same v:space as the calling task.
     143If the '''shared''' argument has a non-zero value, it allocate a shared terminal : the same TTY terminal index is registered in the task context of all tasks that are in the same vspace as the calling task.
    144144The calling task exit if no TTY terminal available.
    145145