mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix declaration
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31322 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
faa2feed90
commit
5b1fdea392
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ typedef SOCKET NSSocketNativeHandle;
|
|||
* This is a callback method used by the NSRunLoop class to determine which
|
||||
* descriptors to watch for the port.
|
||||
*/
|
||||
- (void) getFds: (int*)fds count: (int*)count;
|
||||
- (void) getFds: (NSInteger*)fds count: (NSInteger*)count;
|
||||
|
||||
/**
|
||||
* Delegates processing of a message.
|
||||
|
|
Loading…
Reference in a new issue