X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftzplatform_config.h;h=ab998b0033f2c68c751702f44b062eec00288884;hb=refs%2Ftags%2Fsubmit%2Ftizen_wearable%2F20150320.000000;hp=12b85b043061a098714de0d5a8e7b245b7e610bd;hpb=acc7c3093950696b214e32709477bd42737abbc2;p=platform%2Fcore%2Fsystem%2Ftizen-platform-wrapper.git diff --git a/src/tzplatform_config.h b/src/tzplatform_config.h index 12b85b0..ab998b0 100644 --- a/src/tzplatform_config.h +++ b/src/tzplatform_config.h @@ -404,23 +404,6 @@ gid_t tzplatform_context_getgid(struct tzplatform_context *context, enum tzplatf extern int tzplatform_has_system_group(uid_t uid); -/* - Return 1 if given uid is in the regular users group (named "users") - Return 0 if not - Return -1 in case of error. - - Example: - tzplatform_has_users_group(1000) - - will return 0 or 1 depends on right of given uid. - - NOTE : - * If you pass the -1 value to this function it will take the current uid given - * by the POSIX function getuid(); -*/ -extern -int tzplatform_has_users_group(uid_t uid); - #ifdef __cplusplus } #endif