1 2 3 4 5 6 7 8 9 10
#define _GNU_SOURCE #include <unistd.h> #include <errno.h> #include "syscall.h" int dup3(int old, int new, int flags) { int r; while ((r=__syscall(SYS_dup3, old, new, flags))==-EBUSY); return __syscall_ret(r); }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル