This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][rfa] Add SYS_reconfig to libgloss/syscall.h


Here's the new patch. OK?

Dave

Jeff Johnston wrote:

Please put it at the end of the list as opposed to using 0.

-- Jeff J.

2007-11-06  Dave Brolley  <brolley@redhat.com>

        * syscall.h (SYS_reconfig): New macro.

Index: libgloss/syscall.h
===================================================================
RCS file: /cvs/src/src/libgloss/syscall.h,v
retrieving revision 1.3
diff -c -p -r1.3 syscall.h
*** libgloss/syscall.h	8 Nov 2006 19:36:56 -0000	1.3
--- libgloss/syscall.h	6 Nov 2007 21:16:01 -0000
***************
*** 51,54 ****
--- 51,58 ----
  #define SYS_argc	 22
  #define SYS_argnlen	 23
  #define SYS_argn	 24
+ 
+ /* Used for runtime reconfiguration of SID, but could conceptually be used 
+    on any platform as needed.  */
+ #define SYS_reconfig	 25
  #endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]