shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/gl


From: shishi-commit
Subject: CVS shishi/gl
Date: Thu, 14 Oct 2004 19:59:15 +0200

Update of /home/cvs/shishi/gl
In directory dopio:/tmp/cvs-serv3029

Modified Files:
        getpass.c 
Log Message:
Sync.

--- /home/cvs/shishi/gl/getpass.c       2004/10/05 18:54:41     1.2
+++ /home/cvs/shishi/gl/getpass.c       2004/10/14 17:59:10     1.3
@@ -57,6 +57,17 @@
 # define funlockfile(s) _IO_funlockfile (s)
 #elif USE_UNLOCKED_IO
 # include "unlocked-io.h"
+#else
+# undef fflush_unlocked
+# define fflush_unlocked(x) fflush (x)
+# undef flockfile
+# define flockfile(x) ((void) 0)
+# undef funlockfile
+# define funlockfile(x) ((void) 0)
+# undef fputs_unlocked
+# define fputs_unlocked(str,stream) fputs (str, stream)
+# undef putc_unlocked
+# define putc_unlocked(c,stream) putc (c, stream)
 #endif
 
 #if _LIBC





reply via email to

[Prev in Thread] Current Thread [Next in Thread]