diff options
Diffstat (limited to 'lib/libc/include')
| -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 |
