info-threads-cur-sal-2.c revision 1.8
1171568Sscottl/* Copyright 2013-2019 Free Software Foundation, Inc.
2211095Sdes
3171568Sscottl   This program is free software; you can redistribute it and/or modify
4171568Sscottl   it under the terms of the GNU General Public License as published by
5171568Sscottl   the Free Software Foundation; either version 3 of the License, or
6171568Sscottl   (at your option) any later version.
7171568Sscottl
8171568Sscottl   This program is distributed in the hope that it will be useful,
9171568Sscottl   but WITHOUT ANY WARRANTY; without even the implied warranty of
10171568Sscottl   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11171568Sscottl   GNU General Public License for more details.
12171568Sscottl
13171568Sscottl   You should have received a copy of the GNU General Public License
14171568Sscottl   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
15171568Sscottl
16171568Sscottl#include <stddef.h>
17171568Sscottl
18171568Sscottlvoid *
19171568Sscottlstart (void *arg)
20171568Sscottl{
21171568Sscottl  /* "list" should show this line.  */
22171568Sscottl  return NULL;
23171568Sscottl}
24171568Sscottl