diff options
| author | mycroft <mycroft@NetBSD.org> | 1999-08-17 05:20:23 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1999-08-17 05:20:23 +0000 |
| commit | ceae8b05d65c9749d8a8ca6dec4a4f6de4f4f56c (patch) | |
| tree | 7455b3649e2c955a1d27bfaad7bb31150a2c93f9 /lib/libc/include | |
| parent | 383544139fa97a0d8d8af2f6cd205ecf0321d2ac (diff) | |
getsubopt(3) has a weak alias.
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 9041e7d147c..1742ea823c4 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.37 1999/03/09 13:14:36 kleink Exp $ */ +/* $NetBSD: namespace.h,v 1.38 1999/08/17 05:20:23 mycroft Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -203,6 +203,7 @@ #define getservbyname _getservbyname #define getservbyport _getservbyport #define getservent _getservent +#define getsubopt _getsubopt #define getttyent _getttyent #define getttynam _getttynam #define getusershell _getusershell |
