diff options
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/util/pposix.d.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/teal-src/util/pposix.d.tl b/teal-src/util/pposix.d.tl index 7e5ce60e..68f49730 100644 --- a/teal-src/util/pposix.d.tl +++ b/teal-src/util/pposix.d.tl @@ -98,6 +98,8 @@ local record pposix atomic_append : function (f : FILE, s : string) : boolean, string, integer + isatty : function(FILE) : boolean + ENOENT : integer _NAME : string _VESRION : string |