diff options
| author | kleink <kleink@NetBSD.org> | 2000-06-26 06:32:54 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2000-06-26 06:32:54 +0000 |
| commit | b8a4d7adf9bfd46eec1e6ab3de48ff710e71514a (patch) | |
| tree | fd33b7601d56e38b008fd8af1ff250a2a93c890d /lib/libc/include | |
| parent | 2234f31b26ce074ac1d30e35661b7c5d38d67317 (diff) | |
Need an internal name for fork().
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 f875945be4b..26dffa2ec12 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.53 2000/06/23 15:40:40 kleink Exp $ */ +/* $NetBSD: namespace.h,v 1.54 2000/06/26 06:33:04 kleink Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -44,6 +44,7 @@ #define catopen _catopen #define err _err #define errx _errx +#define fork _fork #define inet_aton _inet_aton #define inet_pton _inet_pton #define sbrk _sbrk |
