mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
entered into RCS
This commit is contained in:
parent
0ba370609f
commit
d3e17c7446
@ -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. */
|
||||
|
@ -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));
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user