parent
723f31cf6b
commit
d9d08484d2
@ -287,12 +287,15 @@ VALUE rb_hash_update_by(VALUE hash1, VALUE hash2, rb_hash_update_func *func);
|
|||||||
/* file.c */
|
/* file.c */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function is mysterious. What it does is not immediately obvious. Also
|
* If the PATH_SEPARATOR-separated list of directory names contains the name of
|
||||||
* what it does seems platform dependent.
|
* a world-writable directory, issue a warning for it. This may do nothing on
|
||||||
|
* some platforms.
|
||||||
*
|
*
|
||||||
* @param[in] path A local path.
|
* @param[in] path A local path.
|
||||||
* @retval 0 The "check" succeeded.
|
* @retval 0 The "check" succeeded.
|
||||||
* @retval otherwise The "check" failed.
|
* @retval otherwise The "check" failed.
|
||||||
|
* @note This feature may be disabled by setting `ENABLE_PATH_CHECK`
|
||||||
|
* macro to zero at compilation time.
|
||||||
*/
|
*/
|
||||||
int rb_path_check(const char *path);
|
int rb_path_check(const char *path);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user