mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
e59d5e782d
commit
92ae73861f
7 changed files with 159 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue