Minor changes for Solaris.
This commit is contained in:
parent
095db7ce45
commit
9e53d9dce6
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Apr 9 02:29:03 1992 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
|
* xm-sun4os5.h (DO_DEFERRED_STORES, CLEAR_DEFERRED_STORES): Zap.
|
||||||
|
* signame.c (SIGWAITING, SIGLWP): Add.
|
||||||
|
|
||||||
Tue Apr 7 16:34:07 1992 Per Bothner (bothner@cygnus.com)
|
Tue Apr 7 16:34:07 1992 Per Bothner (bothner@cygnus.com)
|
||||||
|
|
||||||
* xm-i386mach.h: add decls for errno and strdup().
|
* xm-i386mach.h: add decls for errno and strdup().
|
||||||
|
|
|
@ -198,6 +198,12 @@ static void init_sigs ()
|
||||||
#if defined (SIGLOST)
|
#if defined (SIGLOST)
|
||||||
init_sig (SIGLOST, "LOST", "Resource lost");
|
init_sig (SIGLOST, "LOST", "Resource lost");
|
||||||
#endif
|
#endif
|
||||||
|
#if defined (SIGWAITING)
|
||||||
|
init_sig (SIGWAITING, "WAITING", "Process's LWPs are blocked"); /* FIXME */
|
||||||
|
#endif
|
||||||
|
#if defined (SIGLWP)
|
||||||
|
init_sig (SIGLWP, "LWP", "Signal LWP"); /* FIXME description */
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return the abbreviation for signal NUMBER. */
|
/* Return the abbreviation for signal NUMBER. */
|
||||||
|
|
|
@ -55,3 +55,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#define MMAP_BASE_ADDRESS 0xE0000000 /* First mapping here */
|
#define MMAP_BASE_ADDRESS 0xE0000000 /* First mapping here */
|
||||||
#define MMAP_INCREMENT 0x01000000 /* Increment to next mapping */
|
#define MMAP_INCREMENT 0x01000000 /* Increment to next mapping */
|
||||||
|
|
||||||
|
/* These are not currently used in SVR4 (but should be, FIXME!). */
|
||||||
|
#undef DO_DEFERRED_STORES
|
||||||
|
#undef CLEAR_DEFERRED_STORES
|
||||||
|
|
Loading…
Add table
Reference in a new issue