1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2003-05-31  Ulrich Drepper  <drepper@redhat.com>

	* libio/fileops.c (_IO_file_open): Don't mark as inline.

	* sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with
	attribute used.
This commit is contained in:
Ulrich Drepper
2003-05-31 07:50:12 +00:00
parent 5d4f57bd93
commit 49b650430e
10 changed files with 33 additions and 30 deletions

View File

@ -215,9 +215,6 @@ _IO_new_file_finish (fp, dummy)
}
INTDEF2(_IO_new_file_finish, _IO_file_finish)
#if defined __GNUC__ && __GNUC__ >= 2
__inline__
#endif
_IO_FILE *
_IO_file_open (fp, filename, posix_mode, prot, read_write, is32not64)
_IO_FILE *fp;