diff options
| author | joerg <joerg@NetBSD.org> | 2014-06-13 15:45:05 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2014-06-13 15:45:05 +0000 |
| commit | aa674fe70430929668eeca2dfd3842d3d981150f (patch) | |
| tree | de4ea9de01ef804d998a31eff57e07919b3257eb /lib/libc/include/namespace.h | |
| parent | 5b008e80e29994b4a8fecccf87a90338b3f8842b (diff) | |
Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of
fetching dynamically sized data via sysctl.
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 7eef24ba6e0..ffe73381cd7 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.173 2014/01/16 21:02:30 christos Exp $ */ +/* $NetBSD: namespace.h,v 1.174 2014/06/13 15:45:05 joerg Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -175,6 +175,8 @@ #define asctime_r _asctime_r #define asprintf _asprintf #define asprintf_l _asprintf_l +#define asysctl _asysctl +#define asysctlbyname _asysctlbyname #define atoll _atoll #define authnone_create _authnone_create #define authunix_create _authunix_create |
