summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/sync0arr.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-08-10 19:24:58 +0200
committerSergei Golubchik <serg@mariadb.org>2016-08-10 19:24:58 +0200
commit64752acf72175ce65250f5c15a93b1850e5640d1 (patch)
tree654a27562bc55d439b4791e2a121e0a30ce69c14 /storage/xtradb/include/sync0arr.h
parentb42664e85e2cd512245de4fde94237a502fdbedb (diff)
downloadmariadb-git-64752acf72175ce65250f5c15a93b1850e5640d1.tar.gz
5.6.31-77.0
Diffstat (limited to 'storage/xtradb/include/sync0arr.h')
-rw-r--r--storage/xtradb/include/sync0arr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/include/sync0arr.h b/storage/xtradb/include/sync0arr.h
index 15dbdcb540d..a9e66f261c6 100644
--- a/storage/xtradb/include/sync0arr.h
+++ b/storage/xtradb/include/sync0arr.h
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 1995, 2013, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -110,7 +110,7 @@ sync_array_print_long_waits(
/*========================*/
os_thread_id_t* waiter, /*!< out: longest waiting thread */
const void** sema) /*!< out: longest-waited-for semaphore */
- __attribute__((nonnull));
+ MY_ATTRIBUTE((nonnull));
/********************************************************************//**
Validates the integrity of the wait array. Checks
that the number of reserved cells equals the count variable. */