summaryrefslogtreecommitdiff
path: root/libc/MAGIC
diff options
context:
space:
mode:
Diffstat (limited to 'libc/MAGIC')
-rw-r--r--libc/MAGIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/MAGIC b/libc/MAGIC
index 69c9c2d..319751e 100644
--- a/libc/MAGIC
+++ b/libc/MAGIC
@@ -8,16 +8,16 @@ Useful bits for /etc/magic:
# text if readable, executable if runnable binary, data if unreadable.
#
0 string \01\03\020\04 Linux-8086 impure executable
->16 long !0 not stripped
+>28 long !0 not stripped
0 string \01\03\040\04 Linux-8086 executable
->16 long !0 not stripped
+>28 long !0 not stripped
#
0 string \243\206\001\0 Linux-8086 object file
# There is _no_ difference between 16 and 32 bit .o files
#
0 string \01\03\020\20 Minix-386 impure executable
->16 long !0 not stripped
+>28 long !0 not stripped
0 string \01\03\040\20 Minix-386 executable
->16 long !0 not stripped
+>28 long !0 not stripped
#
#------------------------------------------------------------------------------