1 2 3 4 5 6 7 8 9
#include <unistd.h> #define SYSCALL_STANDALONE #include "syscall.h" int setgroups(int count, const gid_t list[]) { /* this depends on our gid_t being 32bit */ return syscall2(__NR_setgroups32, count, (long)list); }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル