]> git.kernelconcepts.de Git - karo-tx-redboot.git/commitdiff
remove bogus typedef
authorlothar <lothar>
Tue, 15 Sep 2009 13:35:15 +0000 (13:35 +0000)
committerlothar <lothar>
Tue, 15 Sep 2009 13:35:15 +0000 (13:35 +0000)
packages/services/memalloc/common/v2_0/include/dlmallocimpl.hxx

index 2bf70ade4a1f6edcec4fac40dc842ff2cbb4df49..fad03ff4f0d96ef893d2246fb404242eeb9bb586 100644 (file)
@@ -102,7 +102,7 @@ public:
 
     typedef size_t Cyg_dlmalloc_size_t;
     
-    typedef struct malloc_chunk
+    struct malloc_chunk
     {
         Cyg_dlmalloc_size_t prev_size; /* Size of previous chunk (if free). */
         Cyg_dlmalloc_size_t size;      /* Size in bytes, including overhead. */