mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
2001-07-20 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix.
This commit is contained in:
parent
11c0b1e39b
commit
2abe0b543f
@ -22,7 +22,7 @@
|
||||
|
||||
#include <hurd/hurd_types.h>
|
||||
|
||||
/* We cannot check whether a given device is a tty. */
|
||||
#define DEV_TTY_P(statp) ((stap)->st_fstype == FSTYPE_TERM)
|
||||
/* Check whether a given device is a tty. */
|
||||
#define DEV_TTY_P(statp) ((statp)->st_fstype == FSTYPE_TERM)
|
||||
|
||||
#endif /* device-nrs.h */
|
||||
|
Loading…
Reference in New Issue
Block a user