[PATCH] Fix *at symbols in libc_nonshared.a

Jakub Jelinek jakub@redhat.com
Thu Sep 14 13:02:00 GMT 2006


Hi!

fstatat/fstatat64/mknodat weren't marked hidden in libc_nonshared.a,
so perhaps some -O0 compiled shared libraries could reexport it.

2006-09-14  Jakub Jelinek  <jakub@redhat.com>

	* io/Makefile (CFLAGS-fstatat.c): Set.
	(CFLAGS-fstatat64.c): Likewise.
	(CFLAGS-mknodat.c): Likewise.

--- libc/io/Makefile.jj	2006-01-23 08:40:46.000000000 +0100
+++ libc/io/Makefile	2006-09-14 14:56:19.000000000 +0200
@@ -98,6 +98,9 @@ CFLAGS-mknod.c = -DHAVE_DOT_HIDDEN
 CFLAGS-stat64.c = -DHAVE_DOT_HIDDEN
 CFLAGS-fstat64.c = -DHAVE_DOT_HIDDEN
 CFLAGS-lstat64.c = -DHAVE_DOT_HIDDEN
+CFLAGS-fstatat.c = -DHAVE_DOT_HIDDEN
+CFLAGS-fstatat64.c = -DHAVE_DOT_HIDDEN
+CFLAGS-mknodat.c = -DHAVE_DOT_HIDDEN
 endif
 
 test-stat2-ARGS = Makefile . $(objpfx)test-stat2

	Jakub



More information about the Libc-hacker mailing list