this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix opening files in posix_spawn()

+1 -1
+1 -1
src/kernel/emulation/linux/process/posix_spawn.h
··· 26 26 struct _psfaa_open 27 27 { 28 28 int psfao_oflag; 29 - unsigned int psfao_mode; 29 + unsigned short psfao_mode; 30 30 char psfao_path[1024]; 31 31 } psfaa_openargs; 32 32 };