Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/include Add prototype for __sigaction_sigtramp(). ...



details:   https://anonhg.NetBSD.org/src/rev/0e2008ab42d0
branches:  trunk
changeset: 533818:0e2008ab42d0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 09 23:35:49 2002 +0000

description:
Add prototype for __sigaction_sigtramp().  This system call is used
only by libc internally, and thus does not need to be exported in
any other header file.

diffstat:

 lib/libc/include/extern.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f7a3febc2f4e -r 0e2008ab42d0 lib/libc/include/extern.h
--- a/lib/libc/include/extern.h Tue Jul 09 23:34:28 2002 +0000
+++ b/lib/libc/include/extern.h Tue Jul 09 23:35:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.6 1999/03/26 22:23:57 sommerfe Exp $      */
+/*     $NetBSD: extern.h,v 1.7 2002/07/09 23:35:49 thorpej Exp $       */
 
 /*
  * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
@@ -37,4 +37,8 @@
 const char *__strsignal __P((int , char *, size_t));
 char *__dtoa __P((double, int, int, int *, int *, char **));
 int __sysctl __P((int *, unsigned int, void *, size_t *, void *, size_t));
+
+struct sigaction;
+int __sigaction_sigtramp __P((int, const struct sigaction *,
+    struct sigaction *, void *, int));
 __END_DECLS



Home | Main Index | Thread Index | Old Index