android_filesystem_config.h: use __BEGIN_DECLS and __END_DECLS
Change-Id: Idb050b9ef4e7947664295b173e1b09d65accd3e9
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 167f5a1..fed81f8 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -22,6 +22,7 @@
#ifndef _ANDROID_FILESYSTEM_CONFIG_H_
#define _ANDROID_FILESYSTEM_CONFIG_H_
+#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdint.h>
@@ -199,9 +200,7 @@
/* Rules for directories and files has moved to system/code/libcutils/fs_config.c */
-#ifdef __cplusplus
-extern "C" {
-#endif
+__BEGIN_DECLS
/*
* Used in:
@@ -216,9 +215,7 @@
void fs_config(const char *path, int dir,
unsigned *uid, unsigned *gid, unsigned *mode, uint64_t *capabilities);
-#ifdef __cplusplus
-}
-#endif
+__END_DECLS
#endif
#endif