diff options
author | mohanltc <mohanltc> | 2006-08-23 06:23:55 +0000 |
---|---|---|
committer | mohanltc <mohanltc> | 2006-08-23 06:23:55 +0000 |
commit | 220a5cbeb9bd0237c32081e54841d86fe9e01c92 (patch) | |
tree | d63b970597a0e80c19fedc8ace39787a7a638b9b /lib/sysfs_utils.c | |
parent | 797dafc33c0f121845f9fc4ad11e850a6d005678 (diff) | |
download | sysfsutils-2_0_0.tar.gz |
Restore tag sysfsutils-2_0_0sysfsutils-2_0_0
Diffstat (limited to 'lib/sysfs_utils.c')
-rw-r--r-- | lib/sysfs_utils.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/sysfs_utils.c b/lib/sysfs_utils.c index 9ca207c..6397342 100644 --- a/lib/sysfs_utils.c +++ b/lib/sysfs_utils.c @@ -224,20 +224,6 @@ struct dlist *sysfs_open_directory_list(const char *path) } /** - * sysfs_open_link_list: gets a list of all links under "path" - * @path: path to read - * Returns a dlist of supported links or NULL no directories (errno is set - * in case of error - */ -struct dlist *sysfs_open_link_list(const char *path) -{ - if (!path) - return NULL; - - return (read_dir_links(path)); -} - -/** * sysfs_path_is_dir: Check if the path supplied points to a directory * @path: path to validate * Returns 0 if path points to dir, 1 otherwise |