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

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