Blame nptl/tst-audit-threads-mod2.c

Packit Bot d26337
/* Shared object with a huge number of functions for test-audit-threads.
Packit Bot d26337
Packit Bot d26337
   Copyright (C) 2018 Free Software Foundation, Inc.
Packit Bot d26337
   This file is part of the GNU C Library.
Packit Bot d26337
Packit Bot d26337
   The GNU C Library is free software; you can redistribute it and/or
Packit Bot d26337
   modify it under the terms of the GNU Lesser General Public
Packit Bot d26337
   License as published by the Free Software Foundation; either
Packit Bot d26337
   version 2.1 of the License, or (at your option) any later version.
Packit Bot d26337
Packit Bot d26337
   The GNU C Library is distributed in the hope that it will be useful,
Packit Bot d26337
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Bot d26337
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Bot d26337
   Lesser General Public License for more details.
Packit Bot d26337
Packit Bot d26337
   You should have received a copy of the GNU Lesser General Public
Packit Bot d26337
   License along with the GNU C Library; if not, see
Packit Bot d26337
   <http://www.gnu.org/licenses/>.  */
Packit Bot d26337
Packit Bot d26337
/* Define all the retNumN functions in a library.  */
Packit Bot d26337
#define definenum
Packit Bot d26337
#include "tst-audit-threads.h"