diff options
Diffstat (limited to 'otherlibs/unix/unixsupport.h')
-rw-r--r-- | otherlibs/unix/unixsupport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/unix/unixsupport.h b/otherlibs/unix/unixsupport.h index 78d333375..51e425d2d 100644 --- a/otherlibs/unix/unixsupport.h +++ b/otherlibs/unix/unixsupport.h @@ -15,4 +15,5 @@ extern void unix_error P((int errcode, char * cmdname, value arg)); extern void uerror P((char * cmdname, value arg)); -extern value unix_freeze_buffer P((value)); + +#define UNIX_BUFFER_SIZE 16384 |