Print this page
OS-4300 increase RT signal count
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/i386/gen/siginfolst.c
          +++ new/usr/src/lib/libc/i386/gen/siginfolst.c
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
       25 + * Copyright 2015, Joyent, Inc.
  25   26   */
  26   27  
  27   28  /*      Copyright (c) 1988 AT&T */
  28   29  /*        All Rights Reserved   */
  29   30  
  30   31  #include "lint.h"
  31   32  #include <signal.h>
  32   33  #include <siginfo.h>
  33   34  
  34   35  #undef  _sys_siginfolist
↓ open down ↓ 146 lines elided ↑ open up ↑
 181  182          0,              0,
 182  183          0,              0,
 183  184          0,              0,
 184  185          0,              0,
 185  186          0,              0,
 186  187          0,              0,
 187  188          0,              0,
 188  189          0,              0,
 189  190          0,              0,
 190  191          0,              0,                      /* SIGRTMIN+15 */
      192 +        0,              0,                      /* SIGRTMIN+16 */
 191  193          0,              0,                      /* SIGRTMAX-15 */
 192  194          0,              0,
 193  195          0,              0,
 194  196          0,              0,
 195  197          0,              0,
 196  198          0,              0,
 197  199          0,              0,
 198  200          0,              0,
 199  201          0,              0,
 200  202          0,              0,
 201  203          0,              0,
 202  204          0,              0,
 203  205          0,              0,                      /* SIGRTMAX-3 */
 204  206          0,              0,                      /* SIGRTMAX-2 */
 205  207          0,              0,                      /* SIGRTMAX-1 */
 206  208          0,              0,                      /* SIGRTMAX */
 207  209  };
 208  210  
 209  211  const struct siginfolist *_sys_siginfolistp = _sys_siginfolist_data;
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX