Files
nuttx/include/nuttx
guoshichao c95a9fc304 greenhills: add empty "__extension__" definition to fix build error
"libcxxmini/libxx_cxa_guard.cxx", line 47: error #77-D: this declaration has
          no storage class or type specifier
  __extension__ typedef int __guard __attribute__((mode(__DI__)));
  ^

"libcxxmini/libxx_cxa_guard.cxx", line 47: error #65: expected a ";"
  __extension__ typedef int __guard __attribute__((mode(__DI__)));
                ^

"libcxxmini/libxx_cxa_guard.cxx", line 64: error #20: identifier "__guard" is
          undefined
    int __cxa_guard_acquire(FAR __guard *g)
                                ^

"libcxxmini/libxx_cxa_guard.cxx", line 64: error #20: identifier "g" is
          undefined
    int __cxa_guard_acquire(FAR __guard *g)
                                         ^

"libcxxmini/libxx_cxa_guard.cxx", line 65: error #65: expected a ";"
    {
    ^

"libcxxmini/libxx_cxa_guard.cxx", line 93: warning #12-D: parsing restarts
          here after previous syntax error
  }

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-08-19 10:37:54 +08:00
..
2023-10-25 13:33:21 +08:00
2024-01-04 09:25:52 -08:00
2024-03-21 19:53:05 +08:00
2024-06-12 16:10:35 +08:00
2023-10-17 13:43:43 +08:00
2024-07-27 22:57:32 +08:00
2024-05-15 21:53:59 +08:00
2024-04-21 23:24:40 +08:00
2024-08-18 10:15:00 +08:00
2024-03-21 19:53:05 +08:00
2024-08-01 13:57:51 +08:00
2023-12-11 17:00:10 -03:00
2024-08-19 10:37:54 +08:00
2023-12-11 17:00:10 -03:00
2024-04-11 10:45:44 +08:00
2023-12-11 02:06:51 -08:00
2023-12-11 17:00:10 -03:00
2024-03-19 18:06:12 +08:00
2023-11-12 23:52:10 -08:00
2024-07-16 14:46:57 +08:00
2023-12-25 16:54:16 -03:00
2023-12-11 17:00:10 -03:00
2024-06-23 22:24:19 +08:00