فهرست منبع

From: Geoffrey Wossum <geoffrey@pager.net>

Found a problem with the AVR32 optimized bzero() code.  Due to a
missing #include, it actually generated no code.
Haavard Skinnemoen 17 سال پیش
والد
کامیت
3674a2c77d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      libc/string/avr32/bzero.S

+ 2 - 0
libc/string/avr32/bzero.S

@@ -6,6 +6,8 @@
  * archive for more details.
  * archive for more details.
  */
  */
 
 
+#include <features.h>
+
 #ifdef __UCLIBC_SUSV3_LEGACY__
 #ifdef __UCLIBC_SUSV3_LEGACY__
 
 
        .text
        .text