* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default

condition.
This commit is contained in:
Christopher Faylor
2001-10-09 23:28:24 +00:00
parent 132a3b30b9
commit d3fee5eccb
5 changed files with 24 additions and 14 deletions

View File

@@ -207,6 +207,7 @@ extern bool wsock_started;
extern "C" void __api_fatal (const char *, ...) __attribute__ ((noreturn));
extern "C" int __small_sprintf (char *dst, const char *fmt, ...) /*__attribute__ ((regparm (2)))*/;
extern "C" int __small_vsprintf (char *dst, const char *fmt, va_list ap) /*__attribute__ ((regparm (3)))*/;
extern void multiple_cygwin_die () __attribute__ ((noreturn));
extern "C" void __malloc_lock (struct _reent *);
extern "C" void __malloc_unlock (struct _reent *);