Release cleanup

svn path=/trunk/; revision=17
This commit is contained in:
Rex Jolliff 1998-08-25 04:59:57 +00:00
parent 4ef8280497
commit 2fe2a748af
4 changed files with 0 additions and 36 deletions

Binary file not shown.

View file

@ -1,10 +0,0 @@
/*
* Machine generated, don't edit
*/
#include <ntdll/napi.h>
NTSTATUS NtAlertThread(UCHAR first_arg)
{
MAKE_NTAPI_CALL(4,first_arg);
}

View file

@ -1,4 +0,0 @@
#
# This defines the kernel entry points used by ntdll
#
NtAlertThread 4

View file

@ -1,22 +0,0 @@
.file "ntdll.c"
.version "01.01"
gcc2_compiled.:
.text
.align 16
.globl NtAlertThread
.type NtAlertThread,@function
NtAlertThread:
subl $4,%esp
movb 8(%esp),%al
movb %al,3(%esp)
leal 3(%esp),%edx
movl $4,%eax
#APP
int $0x2e
#NO_APP
addl $4,%esp
ret
.Lfe1:
.size NtAlertThread,.Lfe1-NtAlertThread
.ident "GCC: (GNU) 2.7.2.3"