Changeset 437 for trunk/kernel/syscalls/syscalls.h
- Timestamp:
- Mar 28, 2018, 2:40:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/syscalls.h
r436 r437 356 356 357 357 /****************************************************************************************** 358 * [27] This slot is not used. 359 *****************************************************************************************/ 358 * [27] This function tests whether a given file descriptor dentified by the <file_id> 359 * argument is an open file descriptor referring to a terminal. 360 ****************************************************************************************** 361 * @ file_id : file descriptor index 362 * @ return 1 if it is a TXT device / return 0 if it is not a TXT device. 363 *****************************************************************************************/ 364 int sys_isatty( uint32_t file_id ); 360 365 361 366 /******************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.