wtc
357aea8a96
Got rid of compiler warnings. We acknoweldge the help of Nathan
...
Torkington <gnat@frii.com>.
1998-04-13 22:49:10 +00:00
wtc
560ea6a186
localtime_r is declared on Solaris only if _REENTRANT is defined.
1998-04-13 22:48:07 +00:00
wtc
a4f2389bb1
Got rid of compiler warnings. We acknowledge the help of Nathan
...
Torkington <gnat@frii.com>.
1998-04-13 22:46:48 +00:00
wtc
c7857a66e2
Fixed printf format mismatch problems. We acknowledge the help of
...
Nathan Torkington <gnat@frii.com>.
1998-04-13 22:26:32 +00:00
wtc
effbe1bcf8
In PR_GetSpecialFD, cast the PRSpecialFD variable 'osfd' to int
...
because some compilers make the enum PRSpecialFD an unsigned int
type and complain that 'osfd' is always >= PR_StandardInput, which
has the value 0.
1998-04-13 22:25:13 +00:00
wtc
3253db98fe
Added function declarations to eliminate compiler warnings.
1998-04-13 22:22:43 +00:00
wtc
18e0173f20
Added declaration of _MD_YIELD.
1998-04-13 22:21:00 +00:00
wtc
706f08ab19
Fixed compiler warnings, mostly by adding function declarations.
1998-04-13 22:19:51 +00:00
wtc
175649407a
Fixed compiler warnings, mostly undeclared functions. We acknoweldge
...
the help of Nathan Torkington <gnat@frii.com>.
1998-04-13 22:04:19 +00:00
wtc
531582e7ac
Declare _MD_EarlyInit() to eliminate 'undeclared function' compiler warning.
...
Contributed by Nat <gnat@frii.com>.
1998-04-09 19:50:19 +00:00
wtc
85101e8718
Fixed 'unused variable' warning for the variable 'nfds' in select()
...
on local-threads-only platforms. This is pointed out by many people,
including Nat <gnat@frii.com>.
1998-04-09 19:44:46 +00:00
wtc
38562e5e21
Fixed 'unused variable' compiler warning in prsocket.c. This is pointed
...
out by many people, including Nat <gnat@frii.com>.
1998-04-09 19:41:13 +00:00
wtc
521591a8ef
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
3d3940c3c8
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
e7d2466bf0
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
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00