try to work round selinux restrictions on invocations

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34660 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-01-29 16:57:06 +00:00
parent e59d5e782d
commit 92ae73861f
7 changed files with 159 additions and 6 deletions

View file

@ -526,9 +526,11 @@ GSPrivateUnloadModule(FILE *errorStream,
{
unsigned size;
void *buffer;
void *executable;
}
+ (GSCodeBuffer*) memoryWithSize: (NSUInteger)_size;
- (void*) buffer;
- (void*) executable;
- (id) initWithSize: (NSUInteger)_size;
- (void) protect;
@end