diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/memio/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/memio/mkpkg')
-rw-r--r-- | sys/memio/mkpkg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/memio/mkpkg b/sys/memio/mkpkg new file mode 100644 index 00000000..c9c86f23 --- /dev/null +++ b/sys/memio/mkpkg @@ -0,0 +1,24 @@ +# Memory i/o (MEMIO) portion of the system library. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + +libsys.a: + begmem.x <mach.h> + calloc.x + coerce.x <szdtype.inc> + kmalloc.x <config.h> + krealloc.x <config.h> <mach.h> + malloc.x <config.h> + malloc1.x <mach.h> + mfree.x + mgdptr.x + mgtfwa.x <config.h> <mach.h> + msvfwa.x + realloc.x + salloc.x <config.h> <szdtype.inc> + sizeof.x <szdtype.inc> + vmalloc.x <config.h> <mach.h> + ; |