diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-12-12 11:13:09 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-12-12 11:14:00 +0100 |
commit | 9d9c0019e750b6ef2f6d941e40a4b959c736653c (patch) | |
tree | 5a9df2c0f1785f65d4a0c1c2e44ab9a355bbdc03 /nptl/tst-mutexpp6.c | |
parent | 9173840b4dbcd1a76993f22fd9595f0ae30d5a42 (diff) | |
download | glibc-9d9c0019e750b6ef2f6d941e40a4b959c736653c.tar glibc-9d9c0019e750b6ef2f6d941e40a4b959c736653c.tar.gz glibc-9d9c0019e750b6ef2f6d941e40a4b959c736653c.tar.bz2 glibc-9d9c0019e750b6ef2f6d941e40a4b959c736653c.zip |
Get rid of warning comparision will always evaluate as true
Diffstat (limited to 'nptl/tst-mutexpp6.c')
-rw-r--r-- | nptl/tst-mutexpp6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-mutexpp6.c b/nptl/tst-mutexpp6.c index 2ddf6b45c6..87a6ebd74c 100644 --- a/nptl/tst-mutexpp6.c +++ b/nptl/tst-mutexpp6.c @@ -42,4 +42,5 @@ do_test_wrapper (void) #define TEST_FUNCTION do_test_wrapper () #define ATTR &a +#define ATTR_NULL false #include "tst-mutex6.c" |