We do our best to keep copyright headers up to date, yet git history provides better information on this subject and is more accurate than copyright headers.
10 lines
241 B
C
10 lines
241 B
C
/*
|
|
* Copyright (c) 2017-2018 The strace developers.
|
|
* All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
static const char lockdir[] = "attach-p-cmd.test-lock";
|
|
static const char pidfile[] = "attach-p-cmd.test-pid";
|