aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-01 04:09:55 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-01 04:09:55 +0000
commit31195be25b5cd8e88426ab2496eaeb4d508b0764 (patch)
tree22bb5835c3288f2530c8699a78855b050e1c47f7 /sysdeps
parent06e2e0a747504a9cce34fa851e7afac2dc8efe42 (diff)
downloadglibc-31195be25b5cd8e88426ab2496eaeb4d508b0764.tar
glibc-31195be25b5cd8e88426ab2496eaeb4d508b0764.tar.gz
glibc-31195be25b5cd8e88426ab2496eaeb4d508b0764.tar.bz2
glibc-31195be25b5cd8e88426ab2496eaeb4d508b0764.zip
Update.
2003-05-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (SA_NOCLDWAIT): Define.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/sigaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigaction.h b/sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
index c34fcc4037..11599d5208 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
@@ -1,5 +1,5 @@
/* Definitions for Linux/ia64 sigaction.
- Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2000, 2003 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
@@ -49,6 +49,7 @@ struct sigaction
/* Bits in `sa_flags'. */
#define SA_NOCLDSTOP 0x00000001 /* Don't send SIGCHLD when children stop. */
+#define SA_NOCLDWAIT 0x00000002 /* Don't create zombie on child death. */
#define SA_SIGINFO 0x00000004
#if defined __USE_UNIX98 || defined __USE_MISC
# define SA_ONSTACK 0x08000000 /* Use signal stack by using `sa_restorer'. */