%other-pointer-widetag derive-type: derive for simple-array.
[sbcl.git] / src / runtime / x86-64-android-os.c
blobbcbc165af55b4d565c6a36b3c9259c34c75ee5b0
1 /*
2 * This is the x86-64 Android incarnation of arch-dependent OS-dependent
3 * routines. See also "android-os.c". Most of the OS-dependent things
4 * are implemented in x86-64-linux-os.c
5 */
7 /*
8 * This software is part of the SBCL system. See the README file for
9 * more information.
11 * This software is derived from the CMU CL system, which was
12 * written at Carnegie Mellon University and released into the
13 * public domain. The software is in the public domain and is
14 * provided with absolutely no warranty. See the COPYING and CREDITS
15 * files for more information.