Skip to content

Instantly share code, notes, and snippets.

View nagayev's full-sized avatar

Marat Nagayev nagayev

View GitHub Profile
@nagayev
nagayev / problem.c
Last active April 14, 2022 21:46
problem.c
#include <sys/syscall.h> /* Definition of SYS_* constants */
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <spawn.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#ifndef __NR_pidfd_open