| Index: runtime/vm/gdbjit_openbsd.h
|
| diff --git a/runtime/vm/gdbjit_linux.h b/runtime/vm/gdbjit_openbsd.h
|
| similarity index 80%
|
| copy from runtime/vm/gdbjit_linux.h
|
| copy to runtime/vm/gdbjit_openbsd.h
|
| index cf259f6e2e92cd3e49f6526c73d1bb658e39031d..5483a44517ab614cbc02684357e541e2d7cdb9b5 100644
|
| --- a/runtime/vm/gdbjit_linux.h
|
| +++ b/runtime/vm/gdbjit_openbsd.h
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef VM_GDBJIT_LINUX_H_
|
| -#define VM_GDBJIT_LINUX_H_
|
| +#ifndef VM_GDBJIT_OPENBSD_H_
|
| +#define VM_GDBJIT_OPENBSD_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -12,4 +12,4 @@ extern "C" {
|
| void deleteDynamicSections();
|
| };
|
|
|
| -#endif // VM_GDBJIT_LINUX_H_
|
| +#endif // VM_GDBJIT_OPENBSD_H_
|
|
|