diff options
Diffstat (limited to 'libgloss/nds32/_argvlen.S')
-rw-r--r-- | libgloss/nds32/_argvlen.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libgloss/nds32/_argvlen.S b/libgloss/nds32/_argvlen.S index 3f88a418f..32401d38f 100644 --- a/libgloss/nds32/_argvlen.S +++ b/libgloss/nds32/_argvlen.S @@ -27,8 +27,10 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef __NDS32_VH__ + #include "../syscall.h" #include "syscall_extra.h" - - SYS_WRAPPER _argvlen, SYS_argvlen + +#endif /* not __NDS32_VH__ */ |