mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 07:43:54 +08:00
Add and use RTEMS_BSD_ARGC()
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
|
||||
* Copyright (c) 2013-2014 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
* embedded brains GmbH
|
||||
* Dornierstr. 4
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#define TEST_NAME "LIBBSD COMMANDS 1"
|
||||
|
||||
#define ARGC(x) (nitems(x) - 1)
|
||||
#define ARGC(x) RTEMS_BSD_ARGC(x)
|
||||
|
||||
static void
|
||||
test_route_without_if(void)
|
||||
|
Reference in New Issue
Block a user