diff options
| author | kleink <kleink@NetBSD.org> | 1998-10-16 12:47:45 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-10-16 12:47:45 +0000 |
| commit | 796b7ae4bfaf2adec8ba1a72e656f900593ebaac (patch) | |
| tree | 7bff1b684413ae2fbdd2a837b74d27ca8fc495a6 /lib/libc/include | |
| parent | 73ef151b8c5c2798517206881ba3de40598323c6 (diff) | |
Need an internal name for signal().
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 d5bfef9d47b..50aca114215 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.25 1998/10/16 12:39:54 kleink Exp $ */ +/* $NetBSD: namespace.h,v 1.26 1998/10/16 12:47:45 kleink Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -297,6 +297,7 @@ #define shm_open _shm_open #define shm_unlink _shm_unlink #define siginterrupt _siginterrupt +#define signal _signal #define sl_add _sl_add #define sl_find _sl_find #define sl_free _sl_free |
