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

* sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.

* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
	sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
This commit is contained in:
Roland McGrath
2003-03-14 23:37:15 +00:00
parent b5d1dbc641
commit c58859ce3a
4 changed files with 15 additions and 2 deletions

View File

@ -1 +1 @@
#include <sysdeps/unix/common/pause.c>
#include <sysdeps/posix/pause.c>