Date: Thu, 24 Aug 2017 15:57:43 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448691 - head/devel/breakpad/files Message-ID: <201708241557.v7OFvhfd057423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Thu Aug 24 15:57:43 2017 New Revision: 448691 URL: https://svnweb.freebsd.org/changeset/ports/448691 Log: devel/breakpad: Add a missing file from previous commit r448689 Approved by: mat (mentor) Added: head/devel/breakpad/files/linux_syscall_support.h (contents, props changed) Added: head/devel/breakpad/files/linux_syscall_support.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/breakpad/files/linux_syscall_support.h Thu Aug 24 15:57:43 2017 (r448691) @@ -0,0 +1,10 @@ +#include <unistd.h> +#include <sys/stat.h> + +#define sys_readlink readlink + +#define sys_open open +#define sys_close close +#define sys_fstat fstat +#define sys_mmap mmap +#define sys_munmap munmap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708241557.v7OFvhfd057423>