What is Nostr?
Dan Gohman /
npub1lv2…e8lq
2023-09-09 15:15:10

Dan Gohman on Nostr: cursed unix syscalls NAME setpid - set process identification SYNOPSIS #include ...

cursed unix syscalls

NAME
setpid - set process identification

SYNOPSIS
#include <sys/types.h>
#include <unistd.h>

void setpid(pid_t pid);

DESCRIPTION
setpid() sets the process ID (PID) of the calling process. If another
process has the same ID, it is assigned a new randomly chosen ID.
Author Public Key
npub1lv23llnug449h8k3ej9pz0edmeynjx7cl4p9h5r9q8uggm9qaw2s5xe8lq