diff options
| author | matt <matt@NetBSD.org> | 2008-08-04 21:29:27 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2008-08-04 21:29:27 +0000 |
| commit | cac8e449158efc7261bebc8657cbb0125a2cfdde (patch) | |
| tree | 72b89c429f4be1ace8ebf5d61156daef8469c343 /lib/libc/include/namespace.h | |
| parent | 7ab651d699be8931e6858689c82fc99cd8ee9280 (diff) | |
Add C99 functions imaxabs and imaxdiv.
Diffstat (limited to 'lib/libc/include/namespace.h')
| -rw-r--r-- | lib/libc/include/namespace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index daed09708df..0f983a7b621 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.132 2008/06/25 11:10:25 ad Exp $ */ +/* $NetBSD: namespace.h,v 1.133 2008/08/04 21:29:27 matt Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -47,6 +47,8 @@ #define ftello _ftello #define getcontext _getcontext #define getenv_r _getenv_r +#define imaxabs _imaxabs +#define imaxdiv _imaxdiv #define inet_aton _inet_aton #define inet_pton _inet_pton #define pipe _pipe |
