mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* ioext.h: (scm_sys_isatty_p): Typo.
This commit is contained in:
parent
3d40d7b66a
commit
c828e6ad2b
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ extern SCM scm_sys_freopen (SCM filename, SCM modes, SCM port);
|
|||
extern SCM scm_sys_duplicate_port (SCM oldpt, SCM modes);
|
||||
extern SCM scm_sys_redirect_port (SCM into_pt, SCM from_pt);
|
||||
extern SCM scm_sys_fileno (SCM port);
|
||||
extern SCM scm_sys_isatty (SCM port);
|
||||
extern SCM scm_sys_isatty_p (SCM port);
|
||||
extern SCM scm_sys_fdopen (SCM fdes, SCM modes);
|
||||
extern SCM scm_sys_primitive_move_to_fdes (SCM port, SCM fd);
|
||||
extern void scm_setfileno (FILE *fs, int fd);
|
||||
|
@ -72,7 +72,7 @@ extern SCM scm_sys_freopen ();
|
|||
extern SCM scm_sys_duplicate_port ();
|
||||
extern SCM scm_sys_redirect_port ();
|
||||
extern SCM scm_sys_fileno ();
|
||||
extern SCM scm_sys_isatty ();
|
||||
extern SCM scm_sys_isatty_p ();
|
||||
extern SCM scm_sys_fdopen ();
|
||||
extern SCM scm_sys_primitive_move_to_fdes ();
|
||||
extern void scm_setfileno ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue