diff options
Diffstat (limited to 'recipes/glibc/glibc-2.3.2/version.h')
-rw-r--r-- | recipes/glibc/glibc-2.3.2/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.3.2/version.h b/recipes/glibc/glibc-2.3.2/version.h new file mode 100644 index 0000000000..617f3e9998 --- /dev/null +++ b/recipes/glibc/glibc-2.3.2/version.h @@ -0,0 +1,4 @@ +#define UTS_RELEASE "2.4.6-rmk1-np2-embedix" +#define LINUX_VERSION_CODE 132102 +#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) +#define EMBEDIX_RELEASE "-011228" |