1 From 92247401984dd9a80d9d0c8c030692323f980678 Mon Sep 17 00:00:00 2001
2 From: Emmanuel Dreyfus <manu@netbsd.org>
3 Date: Mon, 30 Jun 2014 13:06:05 +0000
4 Subject: Portability fixes
6 - <features.h> is Linux specific
7 - Define __THROW for non glibc based systems
9 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 (limited to 'include/xattr.h')
13 diff --git a/include/xattr.h b/include/xattr.h
14 index 070d7c5..fd1f268 100644
25 +/* Portability non glibc c++ build systems */
27 +# if defined __cplusplus
28 +# define __THROW throw ()