mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 17:05:45 +08:00
Use unmodified FreeBSD versions for port_*.h
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
var = _u.v; \
|
||||
} while (0)
|
||||
|
||||
#define UNUSED(x) (void)(x)
|
||||
#define UNUSED(x) (x) = (x)
|
||||
|
||||
#endif /* _PORT_BEFORE_H_ */
|
||||
|
Reference in New Issue
Block a user