Comment about bcopy on SunOS 4.x.
This commit is contained in:
1
e_os.h
1
e_os.h
@@ -404,6 +404,7 @@ extern HINSTANCE _hInstance;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
|
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
|
||||||
|
/* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */
|
||||||
# define memmove(s1,s2,n) bcopy((s2),(s1),(n))
|
# define memmove(s1,s2,n) bcopy((s2),(s1),(n))
|
||||||
# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
|
# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
|
||||||
extern char *sys_errlist[]; extern int sys_nerr;
|
extern char *sys_errlist[]; extern int sys_nerr;
|
||||||
|
Reference in New Issue
Block a user