Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
	sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
  • Loading branch information
Roland McGrath committed Mar 14, 2003
1 parent b5d1dbc commit c58859c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2003-03-14 Jakub Jelinek <jakub@redhat.com>

* 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.

2003-03-14 Alexandre Oliva <aoliva@redhat.com>

* sysdeps/mips/fpu/bits/mathdef.h: New.
Expand Down
6 changes: 6 additions & 0 deletions linuxthreads/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2003-03-14 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
* sysdeps/unix/sysv/linux/sparc/Makefile ($(objpfx)specs): Use full
path for crt[in].o.

2003-03-14 Alexandre Oliva <aoliva@redhat.com>

* sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't .set
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/sys/syscal
sed -n 's@^#define __NR_\([^ ]*\) .*$$@#define SYS_\1 __NR_\1@p' | \
LC_ALL=C sort > $(@:.d=.h).new32; \
SUNPRO_DEPENDENCIES='$(@:.h=.d)-t $@' \
$(CC) -E -x c $(sysincludes) $< $(addprefix -U,$(64bit-predefine)) \
$(CC) -E -x c $(sysincludes) $< $(addprefix -U,$(32bit-predefine)) \
$(addprefix -D,$(64bit-predefine)) -D_LIBC -dM | \
sed -n 's@^#define __NR_\([^ ]*\) .*$$@#define SYS_\1 __NR_\1@p' | \
LC_ALL=C sort > $(@:.d=.h).new64; \
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/sparc/sparc64/pause.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include <sysdeps/unix/common/pause.c>
#include <sysdeps/posix/pause.c>

0 comments on commit c58859c

Please sign in to comment.