Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Mon, 28 Sep 1998 14:41:24 -0700 (PDT) 
 Jonathan Stone <jonathan%netbsd.org@localhost> wrote:

 > Module Name: src
 > Committed By:        jonathan
 > Date:                Mon Sep 28 21:41:24 UTC 1998
 > 
 > Modified Files:
 >      src/gnu/usr.bin/gcc/arch/mips: mips.c
 > Log Message:
 > sa_mask (sigset_t) is no longer integral, so initialize to zero via
 > function call. Code is used on OSF/1, too, so no __sigemptyset.

Why on EARTH are you using __sigemptyset()?!  You should be using
sigemptyset() (no __!!)

Jason R. Thorpe                                       
thorpej%nas.nasa.gov@localhost
NASA Ames Research Center                            Home: +1 408 866 1912
NAS: M/S 258-5                                       Work: +1 650 604 0935
Moffett Field, CA 94035                             Pager: +1 650 940 5942



Home | Main Index | Thread Index | Old Index