mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2004-05-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/sigpause.c: Prevent sigpause prototype. * sysdeps/posix/sigpause.c: Likewise. * signal/signal.h: Don't define sigpause macro unless needed.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 1991,92,94-98,2000,2002,2003 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991,92,94-98,2000,2002,2003,2004
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -16,10 +17,12 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#define sigpause __rename_sigpause
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stddef.h> /* For NULL. */
|
||||
#include <sysdep-cancel.h>
|
||||
#undef sigpause
|
||||
|
||||
#include <sigset-cvt-mask.h>
|
||||
|
||||
|
Reference in New Issue
Block a user