about summary refs log tree commit diff
path: root/libio/iofwrite_u.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-12 18:03:43 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-12 18:03:43 +0000
commit085320f505022f7fbc53b229ef1dc31826e66c34 (patch)
treeee63fa3227fc3d9d1bb96caf84fdef15b273ae58 /libio/iofwrite_u.c
parent055778f3963336f41210feb4728a8d32da1d74fe (diff)
downloadglibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.xz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip
(abmon): Remove spaces.
1998-11-12  Ulrich Drepper  <drepper@cygnus.com>

	* locales/el_GR (abmon): Remove spaces at end of strings.
Diffstat (limited to 'libio/iofwrite_u.c')
-rw-r--r--libio/iofwrite_u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iofwrite_u.c b/libio/iofwrite_u.c
index 3ffc9bff2b..38d1bd08a3 100644
--- a/libio/iofwrite_u.c
+++ b/libio/iofwrite_u.c
@@ -26,6 +26,8 @@
 #include "libioP.h"
 #include <stdio.h>
 
+#undef fwrite_unlocked
+
 _IO_size_t
 fwrite_unlocked (buf, size, count, fp)
      const void *buf;