diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-06-03 03:05:50 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-06-03 03:05:50 +0000 |
commit | 2fa128140331bedcb9677ab7838dca63926abd63 (patch) | |
tree | 57b651afb725ed2a6f8b9a30f0ecd1a99a81e2ac /libc/sysdeps/linux/mips/sysdep.h | |
parent | b3ea07c04ccdf2f1ed0d11891e1a9372449952f4 (diff) | |
download | uClibc-alpine-2fa128140331bedcb9677ab7838dca63926abd63.tar.bz2 uClibc-alpine-2fa128140331bedcb9677ab7838dca63926abd63.tar.xz |
Update comment blocks.
Diffstat (limited to 'libc/sysdeps/linux/mips/sysdep.h')
-rw-r--r-- | libc/sysdeps/linux/mips/sysdep.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/mips/sysdep.h b/libc/sysdeps/linux/mips/sysdep.h index 255073e9f..dca9cfa7c 100644 --- a/libc/sysdeps/linux/mips/sysdep.h +++ b/libc/sysdeps/linux/mips/sysdep.h @@ -20,14 +20,14 @@ #define _LINUX_MIPS_MIPS32_SYSDEP_H 1 /* There is some commonality. */ -/* MIPS NPTL - start sysdeps/unix/mips32/sysdep.h */ +/* NPTL - start sysdeps/unix/mips32/sysdep.h */ -/* MIPS NPTL - start sysdeps/unix/mips/sysdep.h */ +/* NPTL - start sysdeps/unix/mips/sysdep.h */ #include <sgidefs.h> -/* MIPS NPTL - start sysdeps/unix/sysdep.h */ +/* NPTL - start sysdeps/unix/sysdep.h */ -/* MIPS NPTL - start sysdeps/generic/sysdep.h */ +/* NPTL - start sysdeps/generic/sysdep.h */ /* Define a macro we can use to construct the asm name for a C symbol. */ #ifdef NO_UNDERSCORES #ifdef __STDC__ @@ -140,7 +140,7 @@ # endif #endif /* __ASSEMBLER__ */ -/* MIPS NPTL - end sysdeps/generic/sysdep.h */ +/* NPTL - end sysdeps/generic/sysdep.h */ #include <sys/syscall.h> #define HAVE_SYSCALLS @@ -162,7 +162,7 @@ #if 0 /* - * MIPS NPTL - these are defined in 'include/bits/syscalls.h' and + * NPTL - these are defined in 'include/bits/syscalls.h' and * 'include/bits/sysnum.h'. */ #ifdef __STDC__ @@ -187,7 +187,7 @@ /* Wrappers around system calls should normally inline the system call code. But sometimes it is not possible or implemented and we use this code. */ #define INLINE_SYSCALL(name, nr, args...) __syscall_##name (args) -/* MIPS NPTL - end sysdeps/unix/sysdep.h */ +/* NPTL - end sysdeps/unix/sysdep.h */ #ifdef __ASSEMBLER__ @@ -245,7 +245,7 @@ #endif #endif -/* MIPS NPTL - end sysdeps/unix/mips/sysdep.h */ +/* NPTL - end sysdeps/unix/mips/sysdep.h */ /* Note that while it's better structurally, going back to call __syscall_error can make things confusing if you're debugging---it looks like it's jumping @@ -277,7 +277,7 @@ L(syse1): bne a3, zero, 99b; \ L(syse1): #endif -/* MIPS NPTL - end sysdeps/unix/mips32/sysdep.h */ +/* NPTL - end sysdeps/unix/mips32/sysdep.h */ /* For Linux we can use the system call table in the header file /usr/include/asm/unistd.h |