mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
Update from main branch.
This commit is contained in:
parent
ea82c7fae2
commit
ec8c77a5ba
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -35,4 +35,6 @@ fputc (c, stream)
|
||||
return __putc (c, stream);
|
||||
}
|
||||
|
||||
#ifndef fputc
|
||||
weak_alias (fputc, fputc_unlocked)
|
||||
#endif
|
||||
|
@ -3,3 +3,4 @@
|
||||
#define fputc putc
|
||||
#define fputc_unlocked putc_unlocked
|
||||
#include <fputc.c>
|
||||
weak_alias (putc, putc_unlocked)
|
||||
|
Loading…
Reference in New Issue
Block a user