aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/spawn-use-glibc-style-to-keep-differences-down.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/libc0.9.32: backport posix_spawn fixNatanael Copa2014-03-071-0/+399
This should fix the following error when compiling posix-spawn ruby gem: In file included from posix-spawn.c:9:0: /usr/include/spawn.h:80:34: error: expected ';', ',' or ')' before 'pid' int posix_spawn(pid_t * restrict pid, const char * restrict path, ^ /usr/include/spawn.h:248:10: error: expected ';', ',' or ')' before 'file_actions' file_actions, int fd, ^