File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Expand file tree Collapse file tree 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;
12531253pub const SEM_FAILED : * mut sem_t = -1isize as * mut :: sem_t ;
12541254
12551255// spawn.h
1256+ // DIFF(main): changed to `c_short` in f62eb023ab
12561257pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x1 ;
12571258pub const POSIX_SPAWN_SETSIGMASK : :: c_int = 0x2 ;
12581259pub 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;
51165116pub const MNT_NOBLOCK : :: c_int = 0x00020000 ;
51175117
51185118// sys/spawn.h:
5119+ // DIFF(main): changed to `c_short` in f62eb023ab
51195120pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x0001 ;
51205121pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x0002 ;
51215122pub 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;
39853985pub const RTP_PRIO_NORMAL : :: c_ushort = 3 ;
39863986pub const RTP_PRIO_IDLE : :: c_ushort = 4 ;
39873987
3988+ // DIFF(main): changed to `c_short` in f62eb023ab
39883989pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
39893990pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
39903991pub 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;
369369pub const POSIX_MADV_WILLNEED : :: c_int = 3 ;
370370pub const POSIX_MADV_DONTNEED : :: c_int = 4 ;
371371
372+ // DIFF(main): changed to `c_short` in f62eb023ab
372373pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
373374pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
374375pub 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;
11001100pub const SS_ONSTACK : :: c_int = 0x1 ;
11011101pub const SS_DISABLE : :: c_int = 0x2 ;
11021102
1103+ // DIFF(main): changed to `c_int` in 500365e1
11031104pub const FD_SETSIZE : usize = 1024 ;
11041105
11051106pub const RTLD_LOCAL : :: c_int = 0x0 ;
@@ -1550,6 +1551,7 @@ pub const LOG_PERROR: ::c_int = 32 << 12;
15501551pub const LOG_NOWAIT : :: c_int = 64 << 12 ;
15511552
15521553// spawn.h
1554+ // DIFF(main): changed to `c_short` in f62eb023ab
15531555pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
15541556pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
15551557pub 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;
30363036pub const ETH_P_IEEE802154 : :: c_int = 0x00F6 ;
30373037pub const ETH_P_CAIF : :: c_int = 0x00F7 ;
30383038
3039+ // DIFF(main): changed to `c_short` in f62eb023ab
30393040pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x01 ;
30403041pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x02 ;
30413042pub 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;
16091609pub const ITIMER_VIRTUAL : :: c_int = 1 ;
16101610pub const ITIMER_PROF : :: c_int = 2 ;
16111611
1612+ // DIFF(main): changed to `c_short` in f62eb023ab
16121613pub const POSIX_SPAWN_RESETIDS : :: c_int = 0x00000010 ;
16131614pub const POSIX_SPAWN_SETPGROUP : :: c_int = 0x00000001 ;
16141615pub const POSIX_SPAWN_SETSIGDEF : :: c_int = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments