* common.h (NT_OPENBSD_IDENT): Define.
This commit is contained in:
parent
f6936c48f3
commit
14aecf24eb
|
@ -1,3 +1,7 @@
|
||||||
|
2004-01-17 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* common.h (NT_OPENBSD_IDENT): Define.
|
||||||
|
|
||||||
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
|
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
2003-09-18 Alexandre Oliva <aoliva@redhat.com>
|
2003-09-18 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
|
@ -404,6 +404,10 @@
|
||||||
|
|
||||||
#define NT_NETBSD_IDENT 1
|
#define NT_NETBSD_IDENT 1
|
||||||
|
|
||||||
|
/* Values for OpenBSD .note.openbsd.ident notes. Note name is "OpenBSD". */
|
||||||
|
|
||||||
|
#define NT_OPENBSD_IDENT 1
|
||||||
|
|
||||||
/* Values for FreeBSD .note.ABI-tag notes. Note name is "FreeBSD". */
|
/* Values for FreeBSD .note.ABI-tag notes. Note name is "FreeBSD". */
|
||||||
|
|
||||||
#define NT_FREEBSD_ABI_TAG 1
|
#define NT_FREEBSD_ABI_TAG 1
|
||||||
|
|
Loading…
Reference in New Issue