aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2018-08-19 17:40:50 +0000
committerXin LI <delphij@FreeBSD.org>2018-08-19 17:40:50 +0000
commitc1e80940f3b4030df0aaed73028053af057e476d (patch)
treeee75152b4a830a9a9cc43935fc322da1c1241897 /lib/libc/include
parent38a13e9002540152964435700f0f2a73ad5e2e62 (diff)
Notes
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/libc_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
index 0985b5ed8741..aaa40deeb083 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -405,8 +405,6 @@ int __sys_futimens(int fd, const struct timespec *times) __hidden;
int __sys_utimensat(int fd, const char *path,
const struct timespec *times, int flag) __hidden;
-__size_t __arc4_sysctl(unsigned char *, __size_t);
-
/* execve() with PATH processing to implement posix_spawnp() */
int _execvpe(const char *, char * const *, char * const *);