diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/POSIX/fd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/POSIX/fd.h b/runtime/POSIX/fd.h index 067f217e..a5e15c9b 100644 --- a/runtime/POSIX/fd.h +++ b/runtime/POSIX/fd.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __EXE_FD__ -#define __EXE_FD__ +#ifndef KLEE_FD_H +#define KLEE_FD_H #include "klee/Config/config.h" @@ -108,4 +108,4 @@ int __fd_ftruncate(int fd, off64_t length); int __fd_statfs(const char *path, struct statfs *buf); int __fd_getdents(unsigned int fd, struct dirent64 *dirp, unsigned int count); -#endif /* __EXE_FD__ */ +#endif /* KLEE_FD_H */ |