PERFORCE change 107869 for review
Roman Divacky
rdivacky at FreeBSD.org
Sat Oct 14 02:56:57 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107869
Change 107869 by rdivacky at rdivacky_witten on 2006/10/14 09:56:45
Remove double definition of LINUX_NSIG
Affected files ...
.. //depot/projects/linuxolator/src/sys/compat/linux/linux_signal.h#3 edit
Differences ...
==== //depot/projects/linuxolator/src/sys/compat/linux/linux_signal.h#3 (text+ko) ====
@@ -35,7 +35,6 @@
void bsd_to_linux_sigset(sigset_t *, l_sigset_t *);
int linux_do_sigaction(struct thread *, int, l_sigaction_t *, l_sigaction_t *);
-#define LINUX_NSIG 64
#define LINUX_SIG_VALID(sig) ((sig) <= LINUX_NSIG && (sig) > 0)
#endif /* _LINUX_SIGNAL_H_ */
More information about the p4-projects
mailing list