mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
serial/pty: Decouple SUSv1 style from pseudo fs operation
and always enable BSD style PTYs since this feature doesn't consume the additional code size Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -78,7 +78,7 @@ int ptmx_register(void);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_PSEUDOTERM_BSD
|
||||
#ifdef CONFIG_PSEUDOTERM
|
||||
int pty_register(int minor);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user