summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYuri Pankov <[email protected]>2017-06-12 20:16:28 -0700
committerBrian Behlendorf <[email protected]>2017-07-08 20:35:35 -0700
commite19572e4cc0b8df95ebf60053029e454592a92d4 (patch)
tree7e4b6ec6a9c03afb2d1aa252c9cfc332b07593cf /include
parentb24827ac1e327f763a8dd4ed60c44c2a5d918b42 (diff)
OpenZFS 5428 - provide fts(), reallocarray(), and strtonum()
Authored by: Yuri Pankov <[email protected]> Reviewed by: Robert Mustacchi <[email protected]> Approved by: Joshua M. Clulow <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: George Melikov <[email protected]> Ported-by: Brian Behlendorf <[email protected]> Porting Notes: * All hunks unrelated to ZFS were dropped. OpenZFS-issue: https://www.illumos.org/issues/5428 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/4585130 Closes #6326
Diffstat (limited to 'include')
-rw-r--r--include/sys/spa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/spa.h b/include/sys/spa.h
index 556a51eea..33f3a7805 100644
--- a/include/sys/spa.h
+++ b/include/sys/spa.h
@@ -860,7 +860,7 @@ extern int spa_maxdnodesize(spa_t *spa);
extern void zfs_blkptr_verify(spa_t *spa, const blkptr_t *bp);
extern int spa_mode(spa_t *spa);
-extern uint64_t strtonum(const char *str, char **nptr);
+extern uint64_t zfs_strtonum(const char *str, char **nptr);
extern char *spa_his_ievent_table[];