Skip to content

Commit

Permalink
move ub.h to a better location
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Oct 4, 2024
1 parent fb17d1b commit cfbf904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*
*/

#ifndef _SANITIZERS_UB_H_
#define _SANITIZERS_UB_H_
#ifndef _UB_H_
#define _UB_H_

/* ATTRIBUTE_NO_UBSAN - Function attribute which informs the compiler to disable UBSan checks in the
* following function or method.
Expand Down
2 changes: 1 addition & 1 deletion src/java.desktop/share/native/libawt/java2d/loops/IntRgb.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "ByteGray.h"
#include "Index12Gray.h"

#include "sanitizers/ub.h"
#include "ub.h"

/*
* This file declares, registers, and defines the various graphics
Expand Down

0 comments on commit cfbf904

Please sign in to comment.