} \
while (false)
+#define _syscall(expr) \
+ do if ((long) (expr) != -1) \
+ break; \
+ else switch (errno) { \
+ case EINTR: \
+ continue; \
+ default: \
+ _assert(false); \
+ } while (true)
+
@protocol CydgetController
- (NSDictionary *) currentConfiguration;
@end
fail:
CFRelease(http);
+
+ int status;
+ _syscall(waitpid(pid, &status, 0));
}
- (void) stopLoading {
Section: Development
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3100-1
+Version: 0.9.3101-1
Description: framework for managing lock screen plugins
Name: Cydget
Depends: mobilesubstrate (>= 0.9.2587-1), firmware (>= 2.2), preferenceloader, apr-lib, pcre, cycript (>= 0.9.292-1)