diff options
author | Warner Losh <imp@FreeBSD.org> | 2021-05-06 16:34:55 -0600 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2022-07-11 11:52:46 +0200 |
commit | 65338d7299bde3182805a187f77e2bbbaf929784 (patch) | |
tree | 365c68421c594e7a79b1c85229b7cb881de68b9b | |
parent | 68109f904bff0208e3e30e47adc4eb430d5d4c8c (diff) | |
download | newlib-65338d7299bde3182805a187f77e2bbbaf929784.zip newlib-65338d7299bde3182805a187f77e2bbbaf929784.tar.gz newlib-65338d7299bde3182805a187f77e2bbbaf929784.tar.bz2 |
cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unused
__GNUCLIKE___OFFSETOF is unreferenced in the tree, remove it as long
obsolete.
Sponsored by: Netflix
-rw-r--r-- | newlib/libc/include/sys/cdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/cdefs.h b/newlib/libc/include/sys/cdefs.h index 7dff2c8..6d179c2 100644 --- a/newlib/libc/include/sys/cdefs.h +++ b/newlib/libc/include/sys/cdefs.h @@ -110,7 +110,6 @@ #define __GNUCLIKE_ASM 2 #endif #define __GNUCLIKE___TYPEOF 1 -#define __GNUCLIKE___OFFSETOF 1 #define __GNUCLIKE___SECTION 1 #define __GNUCLIKE_CTOR_SECTION_HANDLING 1 |