aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-11 17:57:46 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-11 17:57:46 +0000
commitbd7d6b406d28d0eb334b10e7cdfe952698fa2032 (patch)
tree7cb7a4e17e1910c6e196171c577036dc2dd7b199 /sysdeps/unix/sysv/linux/wordsize-64
parentaf047cff7142b324f9236a745ee9cafb400434ba (diff)
downloadglibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.zip
glibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.tar.gz
glibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.tar.bz2
* 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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/wordsize-64')
-rw-r--r--sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c b/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c
index faa028c..159301c 100644
--- a/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c
+++ b/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006 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
@@ -80,3 +80,4 @@ __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag)
}
#undef __fxstatat64
strong_alias (__fxstatat, __fxstatat64);
+strong_alias (__fxstatat64, __GI___fxstatat64)