svn commit: r279165 - user/dchagin/lemul/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Feb 22 16:17:19 UTC 2015


Author: dchagin
Date: Sun Feb 22 16:17:18 2015
New Revision: 279165
URL: https://svnweb.freebsd.org/changeset/base/279165

Log:
  Whoops, LINUX_SIGTBLSZ is used. Always forget about linux_common module.

Modified:
  user/dchagin/lemul/sys/compat/linux/linux.h

Modified: user/dchagin/lemul/sys/compat/linux/linux.h
==============================================================================
--- user/dchagin/lemul/sys/compat/linux/linux.h	Sun Feb 22 16:08:27 2015	(r279164)
+++ user/dchagin/lemul/sys/compat/linux/linux.h	Sun Feb 22 16:17:18 2015	(r279165)
@@ -83,6 +83,7 @@ void bsd_to_linux_sigset(sigset_t *, l_s
 #define	LINUX_SIGPOLL		LINUX_SIGIO
 #define	LINUX_SIGPWR		30
 #define	LINUX_SIGSYS		31
+#define	LINUX_SIGTBLSZ		31
 #define	LINUX_SIGRTMIN		32
 #define	LINUX_SIGRTMAX		64
 


More information about the svn-src-user mailing list