mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
2000-08-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sys/io.h (outw): Fix __INLINE -> __inline.
This commit is contained in:
parent
6a72ae2124
commit
48bde9c35c
@ -1,3 +1,8 @@
|
||||
2000-08-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sys/io.h (outw): Fix __INLINE ->
|
||||
__inline.
|
||||
|
||||
2000-08-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64
|
||||
|
@ -106,8 +106,8 @@ outb_p (unsigned char value, unsigned short int port)
|
||||
"Nd" (port));
|
||||
}
|
||||
|
||||
static __INLINE void
|
||||
outw (unsigned short value, unsigned short int port)
|
||||
static __inline void
|
||||
outw (unsigned short int value, unsigned short int port)
|
||||
{
|
||||
__asm__ __volatile__ ("outw %w0,%w1": :"a" (value), "Nd" (port));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user