Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91bf5fad
Commit
91bf5fad
authored
Jun 20, 1995
by
Roland McGrath
Browse files
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
parent
7f998252
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/getloadavg.c
src/getloadavg.c
+8
-0
No files found.
src/getloadavg.c
View file @
91bf5fad
...
...
@@ -38,6 +38,7 @@
apollo
BSD Real BSD, not just BSD-like.
convex
DGUX
eunice UNIX emulator under VMS.
hpux
...
...
@@ -214,6 +215,13 @@ extern int errno;
#define LOAD_AVE_TYPE long
#endif
#ifdef convex
#define LOAD_AVE_TYPE double
#ifndef LDAV_CVT
#define LDAV_CVT(n) (n)
#endif
#endif
#endif
/* No LOAD_AVE_TYPE. */
#ifdef OSF_ALPHA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment