aboutsummaryrefslogtreecommitdiff
path: root/libgloss/arm
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-21 01:34:24 -0400
committerCorinna Vinschen <corinna@vinschen.de>2015-04-23 22:03:45 +0200
commit6803327326bd3e0b4970cce38b2de79b87dbb836 (patch)
treee8ee1f9477b21541efa5fdd412bb055039eb3c7b /libgloss/arm
parente0aa6d23fbae7dd54a7d5652b60f0b9e15f2c52b (diff)
downloadnewlib-6803327326bd3e0b4970cce38b2de79b87dbb836.zip
newlib-6803327326bd3e0b4970cce38b2de79b87dbb836.tar.gz
newlib-6803327326bd3e0b4970cce38b2de79b87dbb836.tar.bz2
libgloss: arm: fix copy & paste in syscall.h
This header was clearly copied from the common syscall.h and customized, but the header comment is no longer accurate -- this isn't the general file anymore.
Diffstat (limited to 'libgloss/arm')
-rw-r--r--libgloss/arm/syscall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/arm/syscall.h b/libgloss/arm/syscall.h
index 759801f..21e3801 100644
--- a/libgloss/arm/syscall.h
+++ b/libgloss/arm/syscall.h
@@ -1,6 +1,6 @@
-/* General use syscall.h file.
- The more ports that use this file, the simpler sim/common/nltvals.def
- remains. */
+/* arm syscall.h file. This is used only by the simulator. This includes
+ a few extra needed by RedBoot, but is otherwise a copy of the
+ libgloss/syscall.h file. */
#ifndef LIBGLOSS_SYSCALL_H
#define LIBGLOSS_SYSCALL_H