OSDN Git Service

2007-11-07 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Wed, 7 Nov 2007 20:50:09 +0000 (20:50 +0000)
committerbrolley <brolley>
Wed, 7 Nov 2007 20:50:09 +0000 (20:50 +0000)
        * libgloss.h (libgloss::SYS_reconfig): Value to changed to match the new
        value in libgloss/syscall.h.

sid/component/gloss/ChangeLog
sid/component/gloss/libgloss.h

index 26bd932..0e2467e 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-07  Dave Brolley  <brolley@redhat.com>
+
+       * libgloss.h (libgloss::SYS_reconfig): Value to changed to match the new
+       value in libgloss/syscall.h.
+
 2007-11-06  Dave Brolley  <brolley@redhat.com>
 
        * gloss.cxx (target_to_host_syscall): Map syscall 0 to SYS_reconfig for
index aabb6b1..4f76051 100644 (file)
@@ -19,7 +19,6 @@ public:
 
   enum libgloss_syscall
   {
-    SYS_reconfig = 0,
     SYS_exit = 1,
     SYS_open = 2, 
     SYS_close = 3, 
@@ -39,6 +38,7 @@ public:
     SYS_time = 18,
     SYS_gettimeofday = 19,
     SYS_times = 20,
+    SYS_reconfig = 25,
     SYS_argc = 172,
     SYS_argnlen = 173,
     SYS_argn = 174,