• R/O
  • HTTP
  • SSH
  • HTTPS

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

修訂. aaaeb63d738f000d38c0b01eeabe30e1fa424fe4
大小 177 bytes
時間 2015-12-17 00:02:37
作者 Yoshinori Sato
Log Message

Merge branch 'master' of ssh://sourceware.org/git/binutils-gdb

Content

char msg[] = "No vfork available - aborting\n";
vfork()
{
  write(1, msg, sizeof(msg));
}

sigsetmask()
{
  /* no signals support in go32 (yet) */
}

waitpid()
{
  return -1;
}