summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>2002-01-22 23:00:59 +0000
committerMichael K. Johnson <johnsonm@redhat.com>2002-01-22 23:00:59 +0000
commitdcf7326ea3a7d70ffd23fe1df8442f70f7fa1d2e (patch)
tree5245094d3729039d91ec97e563b2975d4764f5b0
parent40ebc1f65940011722f3d4c22bf4767d5e79f6d8 (diff)
downloadlibaio-dcf7326ea3a7d70ffd23fe1df8442f70f7fa1d2e.tar.gz
.type fix
-rw-r--r--src/lib/src/stub.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/src/stub.S b/src/lib/src/stub.S
index a4f13f5..5702358 100644
--- a/src/lib/src/stub.S
+++ b/src/lib/src/stub.S
@@ -23,6 +23,7 @@
#define dynamic_syscall(x,a) \
.globl x ;\
+ .type x, @function ;\
.align 16 ;\
x: ;\
movl $-ENOSYS,%eax ;\