Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/include Constify the _-sigaction_sigtramp tramp arg...
details: https://anonhg.NetBSD.org/src/rev/ef53b0831eb1
branches: trunk
changeset: 552550:ef53b0831eb1
user: matt <matt%NetBSD.org@localhost>
date: Sat Sep 27 03:14:59 2003 +0000
description:
Constify the _-sigaction_sigtramp tramp argument.
diffstat:
lib/libc/include/extern.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r b38a08a791b5 -r ef53b0831eb1 lib/libc/include/extern.h
--- a/lib/libc/include/extern.h Sat Sep 27 03:14:31 2003 +0000
+++ b/lib/libc/include/extern.h Sat Sep 27 03:14:59 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.8 2003/01/18 11:23:53 thorpej Exp $ */
+/* $NetBSD: extern.h,v 1.9 2003/09/27 03:14:59 matt Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -42,5 +42,5 @@
struct sigaction;
int __sigaction_sigtramp __P((int, const struct sigaction *,
- struct sigaction *, void *, int));
+ struct sigaction *, const void *, int));
__END_DECLS
Home |
Main Index |
Thread Index |
Old Index