1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* libio/genops.c (_IO_un_link): Move #ifdef introduced in last
	change in right place.

	* sysdeps/unix/sysv/linux/sys/timex.h: Add MAXTC from kernel
	header.  Suggested by Thomas Quinot <thomas@Cuivre.FR.EU.ORG>.

1999-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libio/getc_u.c (__getc_unlocked): Avoid compiler warning.

1999-01-28  Ulrich Drepper  <drepper@cygnus.com>
This commit is contained in:
Ulrich Drepper
1999-01-28 13:53:14 +00:00
parent 51e176c2c2
commit d328b80b4e
4 changed files with 18 additions and 4 deletions

View File

@ -29,8 +29,7 @@
#undef getc_unlocked
int
__getc_unlocked (fp)
FILE *fp;
__getc_unlocked (FILE *fp)
{
CHECK_FILE (fp, EOF);
return _IO_getc_unlocked (fp);