diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 15:23:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 15:23:31 +0000 |
commit | 0302fece014004a2df366dacc2b8e9416264a978 (patch) | |
tree | f86a7d2d974305cb60123e6ecce0b5e9e674553b /linuxthreads/Examples/ex5.c | |
parent | 8bb4abf5cf3700a0be10604240e616a17ed25503 (diff) | |
download | glibc-0302fece014004a2df366dacc2b8e9416264a978.tar glibc-0302fece014004a2df366dacc2b8e9416264a978.tar.gz glibc-0302fece014004a2df366dacc2b8e9416264a978.tar.bz2 glibc-0302fece014004a2df366dacc2b8e9416264a978.zip |
Update.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
__ino64_t definition.
Diffstat (limited to 'linuxthreads/Examples/ex5.c')
-rw-r--r-- | linuxthreads/Examples/ex5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Examples/ex5.c b/linuxthreads/Examples/ex5.c index 366668eb8c..475de0e0c5 100644 --- a/linuxthreads/Examples/ex5.c +++ b/linuxthreads/Examples/ex5.c @@ -86,7 +86,7 @@ void * consumer(void * data) return NULL; } -int main() +int main(void) { pthread_t th_a, th_b; void * retval; |