You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
304 B
Diff
12 lines
304 B
Diff
--- configure.orig 2024-09-07 16:16:41
|
|
+++ configure 2024-09-07 16:26:08
|
|
@@ -10949,7 +10949,7 @@
|
|
void *foo(void *parm) {
|
|
return NULL;
|
|
}
|
|
- main() {
|
|
+ int main(void) {
|
|
pthread_attr_t attr;
|
|
pthread_t id;
|
|
if (pthread_attr_init(&attr)) return (-1);
|