1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
	__ino64_t definition.
This commit is contained in:
Ulrich Drepper
1998-07-07 15:23:31 +00:00
parent 8bb4abf5cf
commit 0302fece01
10 changed files with 81 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ void * consumer(void * data)
return NULL;
}
int main()
int main(void)
{
pthread_t th_a, th_b;
void * retval;