aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio López <turl@tuxfamily.org>2011-08-04 16:15:56 +0000
committerEmilio López <turl@tuxfamily.org>2011-08-04 16:15:56 +0000
commitdf7636d9aeecf6800792f3036f751ba8df45cfea (patch)
tree4513a2de06a6b4eabfa3dbaaa3a78150b43783df
parent39368054d45a08776185e3541975e96d4f68ee79 (diff)
downloadandroid_bionic-df7636d9aeecf6800792f3036f751ba8df45cfea.tar.gz
android_bionic-df7636d9aeecf6800792f3036f751ba8df45cfea.tar.bz2
android_bionic-df7636d9aeecf6800792f3036f751ba8df45cfea.zip
Define PROP_MSG_SETPROP_SYNC
Change-Id: Ia6ef7acb3d47d3ffa012d32745403ed1750593a5
-rw-r--r--libc/include/sys/_system_properties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/include/sys/_system_properties.h b/libc/include/sys/_system_properties.h
index 42a7f6c0f..95652c322 100644
--- a/libc/include/sys/_system_properties.h
+++ b/libc/include/sys/_system_properties.h
@@ -74,7 +74,8 @@ struct prop_msg
};
#define PROP_MSG_SETPROP 1
-
+#define PROP_MSG_SETPROP_SYNC 2
+
/*
** Rules:
**