Home | History | Annotate | Download | only in sigaddset
      1 The following values will be used for boundary testing:
      2 
      3 Note:  These numbers are not magical just the ones a gcc compiler gave on
      4 a certain compilation of a test program.
      5 
      6 Potentially the MAX+1/MIN-1 values are deterministic.  The others are just
      7 empirical examples.
      8 
      9 To simulate:       Use:
     10 INT32_MAX+1       -2147483647 (gcc compiler gave -2147483648)
     11 INT32_MIN-1        2147483647
     12 unassigned val    -1073743192
     13 unassigned val     1075002478
     14 
     15