1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Tue Oct 17 23:00:10 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/_strerror.c: Include stdio-common/_itoa.h instead
	of stdio/_itoa.h.

Tue Oct 17 19:51:17 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>

	* sysdeps/unix/sysv/linux/i386/stat.S [PIC] (__stat): Set GOT
	register %ebx before calling __xstat through PLT.

	* sysdeps/unix/sysv/linux/i386/sysdep.S: Fix typo in comment.

	* sysdeps/unix/sysv/linux/sigset.h: Remove file.

	* hurd/hurdsock.c: Include stdio-common/_itoa.h instead of
	stdio/_itoa.h.
	* hurd/hurdlookup.c: Likewise.
This commit is contained in:
Roland McGrath
1995-10-18 05:47:53 +00:00
parent f2149f697a
commit cabcc273c2
7 changed files with 31 additions and 5 deletions

View File

@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
#include <string.h>
#include <hurd/paths.h>
#include <stdio.h>
#include "stdio/_itoa.h"
#include "stdio-common/_itoa.h"
#include <cthreads.h> /* For `struct mutex'. */
#include "hurdmalloc.h" /* XXX */