aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/ultrix4-3.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/ultrix4-3.h b/src/s/ultrix4-3.h
index 0ca4900ffaa..c8d5e4a324e 100644
--- a/src/s/ultrix4-3.h
+++ b/src/s/ultrix4-3.h
@@ -6,3 +6,8 @@
6 6
7/* Must set the line discipline to this, to make termio work. */ 7/* Must set the line discipline to this, to make termio work. */
8#define SET_LINE_DISCIPLINE TERMIODISC 8#define SET_LINE_DISCIPLINE TERMIODISC
9
10#ifndef NOT_C_CODE
11/* The address of this is used, but Ultrix header files don't declare it. */
12extern double rint ();
13#endif