diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
commit | 593c365a822e505dae3aaa4d8d66eca333911624 (patch) | |
tree | 477ac2b54c1ef5b8e25e4255b27bca9469ed3911 /lib/error.h | |
download | android_external_elfutils-593c365a822e505dae3aaa4d8d66eca333911624.tar.gz android_external_elfutils-593c365a822e505dae3aaa4d8d66eca333911624.tar.bz2 android_external_elfutils-593c365a822e505dae3aaa4d8d66eca333911624.zip |
Initial Contribution
Diffstat (limited to 'lib/error.h')
-rw-r--r-- | lib/error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/error.h b/lib/error.h new file mode 100644 index 00000000..bbc15f99 --- /dev/null +++ b/lib/error.h @@ -0,0 +1,3 @@ +#ifndef ERROR_H +#define ERROR_H +#endif/* ERROR_H */ |