diff options
author | Chet Ramey <chet.ramey@case.edu> | 2020-06-05 14:34:49 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2020-06-05 14:34:49 -0400 |
commit | ab309487d5c1d7fa1a40e2d6b2e77e413cef4933 (patch) | |
tree | 0f88bbe0bde4e5021b075985a4f9626cc26dbcfa /lib/malloc/watch.h | |
parent | 32ba27b400d4ad50f265ad6b05d614292b7a430c (diff) | |
download | bash-ab309487d5c1d7fa1a40e2d6b2e77e413cef4933.tar.gz |
commit bash-20200605 snapshot
Diffstat (limited to 'lib/malloc/watch.h')
-rw-r--r-- | lib/malloc/watch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/malloc/watch.h b/lib/malloc/watch.h index 6782acc4..2a0f4970 100644 --- a/lib/malloc/watch.h +++ b/lib/malloc/watch.h @@ -1,6 +1,6 @@ /* watch.h - definitions for tables for keeping track of allocated memory */ -/* Copyright (C) 2001-2003 Free Software Foundation, Inc. +/* Copyright (C) 2001-2020 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne-Again SHell. @@ -34,7 +34,7 @@ extern int _malloc_nwatch; -extern void _malloc_ckwatch __P((PTR_T, const char *, int, int, unsigned long)); +extern void _malloc_ckwatch PARAMS((PTR_T, const char *, int, int, unsigned long)); #endif /* MALLOC_WATCH */ |