From af97960c8d3761b9fd86dff9ef4eee3999448194 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Thu, 30 May 2019 18:21:36 +0200 Subject: make include guard naming consistent --- runtime/POSIX/FreeBSD.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/POSIX') diff --git a/runtime/POSIX/FreeBSD.h b/runtime/POSIX/FreeBSD.h index ec7ce1ef..58eebee6 100644 --- a/runtime/POSIX/FreeBSD.h +++ b/runtime/POSIX/FreeBSD.h @@ -1,5 +1,5 @@ -#ifndef _FREEBSD_SHIMS_H -#define _FREEBSD_SHIMS_H +#ifndef KLEE_FREEBSD_H +#define KLEE_FREEBSD_H // termios maps #define TCGETS TIOCGETA @@ -435,4 +435,4 @@ struct rlimit64; #define __NR_numa_setaffinity SYS_numa_setaffinity #define __NR_MAXSYSCALL SYS_MAXSYSCALL -#endif //_FREEBSD_SHIMS_H \ No newline at end of file +#endif /* KLEE_FREEBSD_H */ -- cgit 1.4.1