mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
1999-01-26 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sigaction.c: Update comment to say the __libc_missing_rt_sigs is defined here. * sysdeps/unix/sysv/linux/sigpending.c: Only declare __libc_missing_rt_sigs. * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise. * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
1999-01-26 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sigaction.c: Update comment to say the
|
||||||
|
__libc_missing_rt_sigs is defined here.
|
||||||
|
* sysdeps/unix/sysv/linux/sigpending.c: Only declare
|
||||||
|
__libc_missing_rt_sigs.
|
||||||
|
* sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
|
||||||
|
|
||||||
1999-01-25 Ulrich Drepper <drepper@cygnus.com>
|
1999-01-25 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* scripts/config.guess: Changes for ARM/Linux.
|
* scripts/config.guess: Changes for ARM/Linux.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -34,7 +34,7 @@ extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *,
|
|||||||
struct kernel_sigaction *, size_t);
|
struct kernel_sigaction *, size_t);
|
||||||
|
|
||||||
/* The variable is shared between all wrappers around signal handling
|
/* The variable is shared between all wrappers around signal handling
|
||||||
functions which have RT equivalents. */
|
functions which have RT equivalents. This is the definition. */
|
||||||
int __libc_missing_rt_sigs;
|
int __libc_missing_rt_sigs;
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -28,8 +28,8 @@ extern int __syscall_rt_sigpending (sigset_t *, size_t);
|
|||||||
|
|
||||||
|
|
||||||
/* The variable is shared between all wrappers around signal handling
|
/* The variable is shared between all wrappers around signal handling
|
||||||
functions which have RT equivalents. */
|
functions which have RT equivalents. The definition is in sigaction.c. */
|
||||||
int __libc_missing_rt_sigs;
|
extern int __libc_missing_rt_sigs;
|
||||||
|
|
||||||
|
|
||||||
/* Change the set of blocked signals to SET,
|
/* Change the set of blocked signals to SET,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -28,8 +28,8 @@ extern int __syscall_rt_sigprocmask (int, const sigset_t *, sigset_t *,
|
|||||||
size_t);
|
size_t);
|
||||||
|
|
||||||
/* The variable is shared between all wrappers around signal handling
|
/* The variable is shared between all wrappers around signal handling
|
||||||
functions which have RT equivalents. */
|
functions which have RT equivalents. The definition is in sigaction.c. */
|
||||||
int __libc_missing_rt_sigs;
|
extern int __libc_missing_rt_sigs;
|
||||||
|
|
||||||
|
|
||||||
/* Get and/or change the set of blocked signals. */
|
/* Get and/or change the set of blocked signals. */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -28,8 +28,8 @@ extern int __syscall_rt_sigsuspend (const sigset_t *, size_t);
|
|||||||
|
|
||||||
|
|
||||||
/* The variable is shared between all wrappers around signal handling
|
/* The variable is shared between all wrappers around signal handling
|
||||||
functions which have RT equivalents. */
|
functions which have RT equivalents. The definition is in sigaction.c. */
|
||||||
int __libc_missing_rt_sigs;
|
extern int __libc_missing_rt_sigs;
|
||||||
|
|
||||||
|
|
||||||
/* Change the set of blocked signals to SET,
|
/* Change the set of blocked signals to SET,
|
||||||
|
Reference in New Issue
Block a user