svn commit: r448691 - head/devel/breakpad/files
Mahdi Mokhtari
mmokhi at FreeBSD.org
Thu Aug 24 15:57:44 UTC 2017
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
More information about the svn-ports-all
mailing list