wtc
46fd3d75dc
Include <stdlib.h> for malloc and free.
1998-04-08 00:14:54 +00:00
wtc
9bde636b16
If RTLD_LAZY is not defined, define it to be the same as RTLD_NOW,
...
as oppposed to the value 1. This is to avoid conflicting with the
value of other RTLD_XXX flags.
On HP-UX, shared libraries built using aCC cannot be dynamically loaded
with BIND_DEFERRED, so we have to use the BIND_IMMEDIATE flag in
shl_load().
1998-04-07 23:05:07 +00:00
wtc
4d20316856
Digital Unix has atomic routines declared in <machines/builtins.h>,
...
so we define _PR_MD_ATOMIC_XXX to use them.
1998-04-07 22:43:50 +00:00
wtc
51f022b080
The static variable 'tracefile' is only used when WIN16 is defined,
...
so put it inside #ifdef to eliminate unused variable compiler
warning on other platforms.
1998-04-07 22:40:39 +00:00
spider
1a2f45f67e
Changes for loop to use new makecopy with wildcards so can build under win95
1998-04-07 20:42:00 +00:00
wtc
c5f0bd3b5e
Fixed the return type of the _PR_MD_ATOMIC_XXX routines. They
...
should return PRInt32, not void. (Reported by William A. Law,
law@netscape.com.)
1998-04-07 20:36:46 +00:00
ltabb
3b56a9af51
Free the lizard
1998-03-28 02:44:41 +00:00