Skip to content

Commit

Permalink
We do not use syscall.h anymore
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macosforge.org/repository/darwinbuild/branches/PR-8817822@927 10a61168-4876-4dac-953b-31e694342555
  • Loading branch information
wsiegrist@apple.com committed Feb 8, 2011
1 parent 8e64c16 commit 1ae1675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions darwintrace/darwintrace.c
Expand Up @@ -40,7 +40,6 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/syscall.h>
#include <sys/paths.h>
#include <errno.h>

Expand Down Expand Up @@ -433,7 +432,7 @@ DARWINTRACE_INTERPOSE(darwintrace_execve, execve)


/*
if darwintrace has been initialized, trap
if darwintrace has been initialized, trap
attempts to close our file descriptor
*/
int darwintrace_close(int fd) {
Expand Down

0 comments on commit 1ae1675

Please sign in to comment.