mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* tst-initializers1.c: We want to test the initializers as seen
outside of libc, so undefined _LIBC.
This commit is contained in:
parent
299f7b0ffc
commit
f8a1785592
@ -1,5 +1,8 @@
|
||||
2007-01-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* tst-initializers1.c: We want to test the initializers as seen
|
||||
outside of libc, so undefined _LIBC.
|
||||
|
||||
* pthread_join.c (cleanup): Avoid warning.
|
||||
|
||||
2007-01-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
|
||||
|
||||
@ -17,6 +17,9 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
/* We test the code undef conditions outside of glibc. */
|
||||
#undef _LIBC
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
pthread_mutex_t mtx_normal = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
Loading…
Reference in New Issue
Block a user