chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / tests / microhello.c
index e57cd05a5035363f1472c4d5ca9dab8fb2679a02..f0f5a40379f73f0e8a96ba990e86499c5062317b 100644 (file)
@@ -3,7 +3,7 @@
 
 int main(void)
 {
-  const char hello[] = "Hello, World!\n";
+  static const char hello[] = "Hello, World!\n";
   _fwrite(hello, sizeof hello-1, stdout);
   return 0;
 }