diff options
Diffstat (limited to 'sys/gio/sgikern/sgicancel.x')
-rw-r--r-- | sys/gio/sgikern/sgicancel.x | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/gio/sgikern/sgicancel.x b/sys/gio/sgikern/sgicancel.x new file mode 100644 index 00000000..d9249d4b --- /dev/null +++ b/sys/gio/sgikern/sgicancel.x @@ -0,0 +1,16 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "sgi.h" + +# SGI_CANCEL -- Cancel any buffered output. + +procedure sgi_cancel (dummy) + +int dummy # not used at present +include "sgi.com" + +begin + if (g_kt == NULL) + return + call sgi_reset() +end |