diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4shr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 16124943510..2acf7756283 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -41,3 +41,5 @@ | |||
| 41 | 41 | ||
| 42 | /* khera@cs.duke.edu says this is needed. */ | 42 | /* khera@cs.duke.edu says this is needed. */ |
| 43 | #define memmove(to, from, size) bcopy (from, to, size) | 43 | #define memmove(to, from, size) bcopy (from, to, size) |
| 44 | |||
| 45 | #undef USE_DL_STUBS | ||