diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 07:59:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 07:59:30 +0000 |
commit | 8a4102025713bbacf357bbbf126ac19dd7e43193 (patch) | |
tree | ce073e0cb36cabf6f708ca131cd2c01f0f0b747d /sysdeps | |
parent | a851d4d062cc2369e018d4b429b191b17780606c (diff) | |
download | glibc-8a4102025713bbacf357bbbf126ac19dd7e43193.tar glibc-8a4102025713bbacf357bbbf126ac19dd7e43193.tar.gz glibc-8a4102025713bbacf357bbbf126ac19dd7e43193.tar.bz2 glibc-8a4102025713bbacf357bbbf126ac19dd7e43193.zip |
Linux/MIPS specific implementation of getmsg.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/getmsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/getmsg.c b/sysdeps/unix/sysv/linux/mips/getmsg.c new file mode 100644 index 0000000000..329cb805ec --- /dev/null +++ b/sysdeps/unix/sysv/linux/mips/getmsg.c @@ -0,0 +1 @@ +include <sysdeps/unix/sysv/linux/i386/getmsg.c> |