entered into RCS

This commit is contained in:
Roland McGrath 1994-07-16 21:16:53 +00:00
parent 0ba370609f
commit d3e17c7446
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
#ifdef _SIGNAL_H
/* This file defines the fake signal functions and signal
number constants for 4.2 or 4.3 BSD-derived Unix system. */
number constants for SunOS 3 and 4 Unix systems. */
/* Fake signal functions. */
#define SIG_ERR ((__sighandler_t) -1) /* Error return. */

View File

@ -20,6 +20,7 @@ Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <unistd.h>
#include <limits.h>
#include <alloca.h>
extern int __sco_getgroups __P ((int size, unsigned short int *list));

View File

@ -31,7 +31,7 @@ Cambridge, MA 02139, USA. */
ENTRY (uname)
pushl $0x0 /* Push the discriminator flag. */
pushl $0x0 /* Push dummy placeholder. */
pushl 12(%esp,1) /* Push name (ptr to struct utsname) */
pushl 12(%esp,1) /* Push NAME (ptr to struct utsname) */
subl $0x4, %esp /* Adjust stack pointer. */
DO_CALL (utssys, 3)
jb error /* Test for error. */