File tree 7 files changed +8
-0
lines changed 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1253,6 +1253,7 @@ pub const ENTER: ::c_int = 1;
1253
1253
pub const SEM_FAILED : * mut sem_t = -1isize as * mut :: sem_t ;
1254
1254
1255
1255
// spawn.h
1256
+ // DIFF(main): changed to `c_short` in f62eb023ab
1256
1257
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x1 ;
1257
1258
pub const POSIX_SPAWN_SETSIGMASK : :: c_int = 0x2 ;
1258
1259
pub const POSIX_SPAWN_SETSIGDEF : :: c_int = 0x4 ;
Original file line number Diff line number Diff line change @@ -5116,6 +5116,7 @@ pub const MNT_SNAPSHOT: ::c_int = 0x40000000;
5116
5116
pub const MNT_NOBLOCK : :: c_int = 0x00020000 ;
5117
5117
5118
5118
// sys/spawn.h:
5119
+ // DIFF(main): changed to `c_short` in f62eb023ab
5119
5120
pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x0001 ;
5120
5121
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x0002 ;
5121
5122
pub const POSIX_SPAWN_SETSIGDEF : :: c_int = 0x0004 ;
Original file line number Diff line number Diff line change @@ -3985,6 +3985,7 @@ pub const RTP_PRIO_REALTIME: ::c_ushort = 2;
3985
3985
pub const RTP_PRIO_NORMAL : :: c_ushort = 3 ;
3986
3986
pub const RTP_PRIO_IDLE : :: c_ushort = 4 ;
3987
3987
3988
+ // DIFF(main): changed to `c_short` in f62eb023ab
3988
3989
pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
3989
3990
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
3990
3991
pub const POSIX_SPAWN_SETSCHEDPARAM : :: c_int = 0x04 ;
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2;
369
369
pub const POSIX_MADV_WILLNEED : :: c_int = 3 ;
370
370
pub const POSIX_MADV_DONTNEED : :: c_int = 4 ;
371
371
372
+ // DIFF(main): changed to `c_short` in f62eb023ab
372
373
pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
373
374
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
374
375
pub const POSIX_SPAWN_SETSCHEDPARAM : :: c_int = 0x04 ;
Original file line number Diff line number Diff line change @@ -1100,6 +1100,7 @@ pub const SA_ONESHOT: ::c_int = SA_RESETHAND;
1100
1100
pub const SS_ONSTACK : :: c_int = 0x1 ;
1101
1101
pub const SS_DISABLE : :: c_int = 0x2 ;
1102
1102
1103
+ // DIFF(main): changed to `c_int` in 500365e1
1103
1104
pub const FD_SETSIZE : usize = 1024 ;
1104
1105
1105
1106
pub const RTLD_LOCAL : :: c_int = 0x0 ;
@@ -1550,6 +1551,7 @@ pub const LOG_PERROR: ::c_int = 32 << 12;
1550
1551
pub const LOG_NOWAIT : :: c_int = 64 << 12 ;
1551
1552
1552
1553
// spawn.h
1554
+ // DIFF(main): changed to `c_short` in f62eb023ab
1553
1555
pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
1554
1556
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
1555
1557
pub const POSIX_SPAWN_SETSIGDEF : :: c_int = 0x10 ;
Original file line number Diff line number Diff line change @@ -3036,6 +3036,7 @@ pub const ETH_P_PHONET: ::c_int = 0x00F5;
3036
3036
pub const ETH_P_IEEE802154 : :: c_int = 0x00F6 ;
3037
3037
pub const ETH_P_CAIF : :: c_int = 0x00F7 ;
3038
3038
3039
+ // DIFF(main): changed to `c_short` in f62eb023ab
3039
3040
pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
3040
3041
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
3041
3042
pub const POSIX_SPAWN_SETSIGDEF : :: c_int = 0x04 ;
Original file line number Diff line number Diff line change @@ -1609,6 +1609,7 @@ pub const ITIMER_REAL: ::c_int = 0;
1609
1609
pub const ITIMER_VIRTUAL : :: c_int = 1 ;
1610
1610
pub const ITIMER_PROF : :: c_int = 2 ;
1611
1611
1612
+ // DIFF(main): changed to `c_short` in f62eb023ab
1612
1613
pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x00000010 ;
1613
1614
pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x00000001 ;
1614
1615
pub const POSIX_SPAWN_SETSIGDEF : :: c_int = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments