diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-18 02:41:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-18 02:41:29 +0000 |
commit | 8882a2dad5060a5c950ae31486863496a2ff05b1 (patch) | |
tree | 0b21bb35a9e69f359657800709affd46fe0e0d66 /sysdeps | |
parent | 2cc7dc4d7f36d03165c16939429d1ee9ef5fd105 (diff) | |
download | glibc-8882a2dad5060a5c950ae31486863496a2ff05b1.zip glibc-8882a2dad5060a5c950ae31486863496a2ff05b1.tar.gz glibc-8882a2dad5060a5c950ae31486863496a2ff05b1.tar.bz2 |
Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960618
* Make-dist (subdir): Make empty value really empty.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/stub/elfclass.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/stub/elfclass.h b/sysdeps/stub/elfclass.h new file mode 100644 index 0000000..1ad1295 --- /dev/null +++ b/sysdeps/stub/elfclass.h @@ -0,0 +1,8 @@ +/* This file specifies the native word size of the machine, which indicates + the ELF file class used for executables and shared objects on this + machine. */ + +#define __ELF_NATIVE_CLASS ?? + +/* This file goes in sysdeps/wordsize-?? and sysdeps/MACHINE/Implies lists + wordsize-?? for MACHINE's wordsize. */ |