diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-11 09:22:21 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-11 09:22:21 +0000 |
| commit | d3a03388805ce5d4f16b52f62ccfc98465c40659 (patch) | |
| tree | a6675de767af34a8c96064bc62da948d09e71705 /include/stdlib.h | |
| parent | ae43c7299f0552acb4e3fe49bc61a768974d451e (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 5 |
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 *)); |
