Skip to content

Commit

Permalink
Update tardis.c
Browse files Browse the repository at this point in the history
  • Loading branch information
luxe authored May 31, 2021
1 parent 2562c72 commit f54fa47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tardis.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#define _GNU_SOURCE

#ifdef __APPLE__
int main(){} //not implemented yet
#else
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#ifdef __APPLE__
#include <sys/wait.h>
#else
#include <wait.h>
#endif
#include <time.h>
#include <sys/ptrace.h>
#include <elf.h>
Expand Down Expand Up @@ -239,3 +238,4 @@ int main(int argc, char *argv[], char *envp[]) {

exit(EXIT_SUCCESS);
}
#endif

0 comments on commit f54fa47

Please sign in to comment.