diff options
Diffstat (limited to 'ldso/include/dl-hash.h')
-rw-r--r-- | ldso/include/dl-hash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h index a2144d1d8..e1e3e3f95 100644 --- a/ldso/include/dl-hash.h +++ b/ldso/include/dl-hash.h @@ -5,8 +5,8 @@ * GNU Lesser General Public License version 2.1 or later. */ -#ifndef _LD_HASH_H_ -#define _LD_HASH_H_ +#ifndef _DL_HASH_H +#define _DL_HASH_H #ifndef RTLD_NEXT #define RTLD_NEXT ((void*)-1) @@ -180,4 +180,4 @@ extern char * _dl_library_path; #define LD_BAD_HANDLE 10 #define LD_NO_SYMBOL 11 -#endif /* _LD_HASH_H_ */ +#endif /* _DL_HASH_H */ |