diff options
Diffstat (limited to 'usr/src/lib/libproc/common/libproc.h')
| -rw-r--r-- | usr/src/lib/libproc/common/libproc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/libproc/common/libproc.h b/usr/src/lib/libproc/common/libproc.h index 07c6ee1622..e12d41f3ae 100644 --- a/usr/src/lib/libproc/common/libproc.h +++ b/usr/src/lib/libproc/common/libproc.h @@ -21,6 +21,8 @@ /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Portions Copyright 2007 Chad Mynhier */ /* @@ -150,6 +152,7 @@ extern int _libproc_no_qsort; /* set non-zero to inhibit sorting */ #define G_NOTE 14 /* Required PT_NOTE Phdr not present in core */ #define G_ISAINVAL 15 /* Wrong ELF machine type */ #define G_BADLWPS 16 /* Bad '/lwps' specification */ +#define G_NOFD 17 /* No more file descriptors */ /* Flags accepted by Prelease */ |
