search for: sigsetmask

Displaying 7 results from an estimated 7 matches for "sigsetmask".

Did you mean: sig_setmask
2020 Mar 28
0
[klibc:update-dash] dash: system: Disable glibc warning on sigsetmask
...t;h=5c65fe97c9c00feb5ed10598dcd51ef7399be7ff Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 21 Nov 2018 11:45:04 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: system: Disable glibc warning on sigsetmask [ dash commit 284b9192ed12a80b35fa7b9b85d75055887b64e9 ] As sigsetmask is set as deprecated in glibc this patch adds the pragmas to disable the warning in gcc around our one and only use of sigsetmask. It also disables it completely for non-gcc compilers and older gcc compilers as they may gener...
2015 Aug 21
0
Problem with psignal.c for Windows builds
...+ if ( *sigset_Info & ((sigset_t)1 << (signal_Number-1))) return 1; else return 0; @@ -380,9 +380,9 @@ int sigprocmask(int mask_Function,sigset_t* sigset_Info, } /* Set signal mask ========================================================= */ -int sigsetmask(int signal_MaskNew) +sigset_t sigsetmask(sigset_t signal_MaskNew) { - int signal_MaskOld = downhill_Sigset_Mask; + sigset_t signal_MaskOld = downhill_Sigset_Mask; if (sigprocmask(SIG_SETMASK, &signal_MaskNew, NULL) == -1) return (int)-1; @@ -391,7 +391,7 @@ int sigsetmask(...
2015 Aug 24
0
Problem with psignal.c for Windows builds
...ge about problems with psignal.c on Rtools for Windows... One also needs to change src/gnuwin32/fixed/h/psignal.h At a minimum, one needs the following changes: @@ -122,8 +129,8 @@ typedef struct /* Prototype stuff ***********************************************************/ -int sigsetmask(int signal_Block_MaskNew); -int sigblock(int signal_Block_MaskNew); +sigset_t sigsetmask(sigset_t signal_Block_MaskNew); +sigset_t sigblock(sigset_t signal_Block_MaskNew); int sighold(int signal_Number); int sigrelse(int signal_Number); int sigac...
1998 Aug 10
0
AFS compilation problems
...othing. When compiling samba 1.9.18p8 with AFS 3.4a on solaris 2.6, when I go to link the binary (smbd) with the stock makefiles, i get: Undefined first referenced symbol in file sigvec /usr/afsws/lib/liblwp.a(iomgr.o) sigsetmask /usr/afsws/lib/liblwp.a(preempt.o) this is with gcc 2.7.2.3. i've scoured the system and can't find those library definitions anywhere. this may be just my AFS version or something, but it also happens on 2.5.1. Any and all input is apprecited. Regards, Kris Wehn...
2002 Jun 07
2
SIGCHLD may be inherited blocked
...xt part -------------- Index: 3_0_2p1_w_gssk5_ubsw_prod.2/openbsd-compat/sigact.c --- 3_0_2p1_w_gssk5_ubsw_prod.2/openbsd-compat/sigact.c Wed, 21 Nov 2001 10:38:46 -0500 +++ 3_0_2p1_w_gssk5_ubsw_prod.2(w)/openbsd-compat/sigact.c Fri, 07 Jun 2002 15:42:50 -0400 @@ -61,6 +61,7 @@ sigset_t current = sigsetmask(0); if (omask) *omask = current; + if (!mask) return 0; if (mode==SIG_BLOCK) current |= *mask; Index: 3_0_2p1_w_gssk5_ubsw_prod.2/sshd.c --- 3_0_2p1_w_gssk5_ubsw_prod.2/sshd.c Thu, 17 Jan 2002 17:53:49 -0500 +++ 3_0_2p1_w_gssk5_ubsw_prod.2(w)/sshd.c Fri, 07 Jun 2002 15:53:22 -0400 @@ -55...
2001 Oct 31
2
suggested fix for the sigchld race
comments? alternatives: sigsetjmp(ugly) and pselect(not portable, available) drawback: additional filedescriptors. Index: serverloop.c =================================================================== RCS file: /home/markus/cvs/ssh/serverloop.c,v retrieving revision 1.82 diff -u -r1.82 serverloop.c --- serverloop.c 10 Oct 2001 22:18:47 -0000 1.82 +++ serverloop.c 11 Oct 2001 18:06:33 -0000 @@
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok Checking for HAVE_STRUCT_SOCKADDR_IN6 : ok Checking for struct sockaddr_storage : ok Checking for sa_family_t : ok Checking for sig_atomic_t : ok Checking for sigsetmask : ok Checking for siggetmask : ok Checking for sigprocmask : ok Checking for sigblock : ok Checking for sigaction...