Revert "upload-archive: use start_command instead of fork"
This reverts commit c09cd77ea2
, expecting a
better version to be rerolled soon.
This commit is contained in:
@ -85,6 +85,8 @@ static inline int symlink(const char *oldpath, const char *newpath)
|
||||
{ errno = ENOSYS; return -1; }
|
||||
static inline int fchmod(int fildes, mode_t mode)
|
||||
{ errno = ENOSYS; return -1; }
|
||||
static inline pid_t fork(void)
|
||||
{ errno = ENOSYS; return -1; }
|
||||
static inline unsigned int alarm(unsigned int seconds)
|
||||
{ return 0; }
|
||||
static inline int fsync(int fd)
|
||||
|
Reference in New Issue
Block a user