diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 07:59:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 07:59:04 +0000 |
commit | 4ea9edf1970812b064146de2138b2548ba0271b4 (patch) | |
tree | 0f0350cba3b86609f0e4a350962476519a0385b6 /sysdeps/unix | |
parent | 7b6a54e39c1f3a52a8296db034a7c2d3ee430b6f (diff) | |
download | glibc-4ea9edf1970812b064146de2138b2548ba0271b4.tar glibc-4ea9edf1970812b064146de2138b2548ba0271b4.tar.gz glibc-4ea9edf1970812b064146de2138b2548ba0271b4.tar.bz2 glibc-4ea9edf1970812b064146de2138b2548ba0271b4.zip |
Linux/m68k specific implementation of getpmsg.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/getpmsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/getpmsg.c b/sysdeps/unix/sysv/linux/m68k/getpmsg.c new file mode 100644 index 0000000000..5b1b7559fe --- /dev/null +++ b/sysdeps/unix/sysv/linux/m68k/getpmsg.c @@ -0,0 +1 @@ +include <sysdeps/unix/sysv/linux/i386/getpmsg.c> |