Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/45740 )
Change subject: base: Fix the compiler guard in base/pollevent.hh
......................................................................
base: Fix the compiler guard in base/pollevent.hh
This was not formatted consistently with other files.
Change-Id: Ibee20cb6f458fcf99a1729cb8bd50c9c536d6639
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45740
Reviewed-by: Daniel Carvalho <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/base/pollevent.hh
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
Daniel Carvalho: Looks good to me, approved
Gabe Black: Looks good to me, approved
kokoro: Regressions pass
diff --git a/src/base/pollevent.hh b/src/base/pollevent.hh
index 5efa4fd..1930bb3 100644
--- a/src/base/pollevent.hh
+++ b/src/base/pollevent.hh
@@ -26,8 +26,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef __POLLEVENT_H__
-#define __POLLEVENT_H__
+#ifndef __BASE_POLLEVENT_HH__
+#define __BASE_POLLEVENT_HH__
#include <poll.h>
@@ -110,4 +110,4 @@
*/
extern PollQueue pollQueue;
-#endif // __POLLEVENT_H__
+#endif // __BASE_POLLEVENT_HH__
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45740
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ibee20cb6f458fcf99a1729cb8bd50c9c536d6639
Gerrit-Change-Number: 45740
Gerrit-PatchSet: 2
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s