summaryrefslogtreecommitdiff
path: root/src/include/port/univel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/univel.h')
-rw-r--r--src/include/port/univel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/port/univel.h b/src/include/port/univel.h
index c0bc9821867..4acd2b1a752 100644
--- a/src/include/port/univel.h
+++ b/src/include/port/univel.h
@@ -9,10 +9,10 @@ typedef unsigned char slock_t;
#endif
-extern long random(void);
-extern void srandom(int seed);
-extern int strcasecmp(char *s1, char *s2);
-extern int gethostname(char *name, int namelen);
+extern long random(void);
+extern void srandom(int seed);
+extern int strcasecmp(char *s1, char *s2);
+extern int gethostname(char *name, int namelen);
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321