Bug 5190 - KJS config.h adjustment for Win32
Summary: KJS config.h adjustment for Win32
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 12:49 PDT by Justin Haygood
Modified: 2005-10-08 21:21 PDT (History)
0 users

See Also:


Attachments
Adjusts config.h cuz sbrk or mmap ain't on Windows (616 bytes, patch)
2005-09-29 12:49 PDT, Justin Haygood
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Haygood 2005-09-29 12:49:00 PDT
Windows doesn't have sbrk or mmap...

adjusts config.h to reflect that
Comment 1 Justin Haygood 2005-09-29 12:49:23 PDT
Created attachment 4096 [details]
Adjusts config.h cuz sbrk or mmap ain't on Windows
Comment 2 Darin Adler 2005-09-30 07:40:08 PDT
Comment on attachment 4096 [details]
Adjusts config.h cuz sbrk or mmap ain't on Windows

r=me