diff options
author | brad <> | 2000-09-08 06:11:36 +0000 |
---|---|---|
committer | brad <> | 2000-09-08 06:11:36 +0000 |
commit | e1884ec56621ddd50d9e10de94b79e6733ef6b2c (patch) | |
tree | 0be0cda00cab0acccca24c3d6d443469c301ce3a /src | |
parent | 66b1809f25b12fcf916426b3d1bec59295ba4eef (diff) | |
download | openbsd-e1884ec56621ddd50d9e10de94b79e6733ef6b2c.tar.gz openbsd-e1884ec56621ddd50d9e10de94b79e6733ef6b2c.tar.bz2 openbsd-e1884ec56621ddd50d9e10de94b79e6733ef6b2c.zip |
typo in comment, AILASES -> ALIASES
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/include/thread_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index 32dc010330..c4c4ffe6e4 100644 --- a/src/lib/libc/include/thread_private.h +++ b/src/lib/libc/include/thread_private.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: thread_private.h,v 1.4 2000/01/06 08:57:29 d Exp $ */ | 1 | /* $OpenBSD: thread_private.h,v 1.5 2000/09/08 06:11:36 brad Exp $ */ |
2 | 2 | ||
3 | #ifndef _THREAD_PRIVATE_H_ | 3 | #ifndef _THREAD_PRIVATE_H_ |
4 | #define _THREAD_PRIVATE_H_ | 4 | #define _THREAD_PRIVATE_H_ |
@@ -30,7 +30,7 @@ extern int __isthreaded; | |||
30 | #endif | 30 | #endif |
31 | #define WEAK_ALIAS(name) /* unavailable */ | 31 | #define WEAK_ALIAS(name) /* unavailable */ |
32 | #define WEAK_PROTOTYPE(name) /* unnecessary */ | 32 | #define WEAK_PROTOTYPE(name) /* unnecessary */ |
33 | #else /* !_NO_WEAK_AILASES */ | 33 | #else /* !_NO_WEAK_ALIASES */ |
34 | #define WEAK_NAME(name) __CONCAT(_weak_,name) | 34 | #define WEAK_NAME(name) __CONCAT(_weak_,name) |
35 | #define WEAK_ALIAS(name) __weak_alias(name, WEAK_NAME(name)) | 35 | #define WEAK_ALIAS(name) __weak_alias(name, WEAK_NAME(name)) |
36 | #ifdef __GNUC__ | 36 | #ifdef __GNUC__ |