aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/cdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/cdefs.h')
-rw-r--r--libc/include/sys/cdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/sys/cdefs.h b/libc/include/sys/cdefs.h
index aa65b546c..3617aba53 100644
--- a/libc/include/sys/cdefs.h
+++ b/libc/include/sys/cdefs.h
@@ -377,11 +377,11 @@
#define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
/*
- * Some of the recend FreeBSD sources used in Bionic need this.
+ * Some of the FreeBSD sources used in Bionic need this.
* Originally, this is used to embed the rcs versions of each source file
* in the generated binary. We certainly don't want this in Bionic.
*/
-#define __FBSDID(s) struct __hack
+#define __FBSDID(s) /* nothing */
/*-
* The following definitions are an extension of the behavior originally