diff options
| author | kleink <kleink@NetBSD.org> | 1999-02-06 15:04:05 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1999-02-06 15:04:05 +0000 |
| commit | e2b924d2ae9fd221f0221dc525c1e030e7d4938a (patch) | |
| tree | 60f8505fafaf8a87dcb02ba478cb986c9679ecad /include/stdlib.h | |
| parent | ca03c2d3eff66c136a07a480619efe473691101c (diff) | |
Add l64a_r(), a reentrant version of l64a(); found in the Multithreading
Extension of SVID4.
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 657e8310719..8c944d0422d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdlib.h,v 1.41 1998/07/30 00:44:16 mycroft Exp $ */ +/* $NetBSD: stdlib.h,v 1.42 1999/02/06 15:04:05 kleink Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -237,6 +237,8 @@ quad_t qabs __P((quad_t)); qdiv_t qdiv __P((quad_t, quad_t)); quad_t strtoq __P((const char *, char **, int)); u_quad_t strtouq __P((const char *, char **, int)); + +int l64a_r __P((long, char *, int)); #endif /* !_POSIX_C_SOURCE && !_XOPEN_SOURCE */ #endif /* !_ANSI_SOURCE */ __END_DECLS |
