aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-11 09:22:21 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-11 09:22:21 +0000
commitd3a03388805ce5d4f16b52f62ccfc98465c40659 (patch)
treea6675de767af34a8c96064bc62da948d09e71705 /include/stdlib.h
parentae43c7299f0552acb4e3fe49bc61a768974d451e (diff)
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index af2a6f5d4f86..960bf431ba89 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -169,9 +169,8 @@ void srandom __P((unsigned long));
void srandomdev __P((void));
char *user_from_uid __P((unsigned long, int));
#ifndef __STRICT_ANSI__
-long long
- strtoq __P((const char *, char **, int));
-unsigned long long
+int64_t strtoq __P((const char *, char **, int));
+u_int64_t
strtouq __P((const char *, char **, int));
#endif
void unsetenv __P((const char *));