1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* include/sys/stat.h: Add libc_hidden_proto for __fxstatat64.

* sysdeps/unix/sysv/linux/fxstatat64.c: Add libc_hidden_def for
	__fxstatat64.
	* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Add
	__GI___fxstatat64 alias.

	* libio/memstream.c (_IO_mem_finish): Fix potential memory leak of
	realloc fails.

	* include/sched.h: Add libc_hidden_proto for __sched_yield.
This commit is contained in:
Ulrich Drepper
2006-01-11 17:57:46 +00:00
parent af047cff71
commit bd7d6b406d
6 changed files with 21 additions and 5 deletions

View File

@@ -134,3 +134,4 @@ __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag)
return -1;
}
libc_hidden_def (__fxstatat64)