* sysdeps/unix/sysv/linux/execve.c: Pretty print.
This commit is contained in:
Ulrich Drepper 2000-02-17 00:21:53 +00:00
parent 06f1b70244
commit de4bd08445
3 changed files with 1945 additions and 1409 deletions

View File

@ -1,5 +1,7 @@
2000-02-16 Ulrich Drepper <drepper@redhat.com> 2000-02-16 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/execve.c: Pretty print.
* po/it.po: New file. * po/it.po: New file.
* po/pl.po: Update from translation team. * po/pl.po: Update from translation team.

File diff suppressed because it is too large Load Diff

View File

@ -22,9 +22,9 @@
#include <sysdep.h> #include <sysdep.h>
#include <sys/syscall.h> #include <sys/syscall.h>
extern int __syscall_execve (const char *file, char * const argv[], extern int __syscall_execve (const char *file, char *const argv[],
char * const envp[]); char *const envp[]);
extern void __pthread_kill_other_threads_np __P ((void)); extern void __pthread_kill_other_threads_np (void);
weak_extern (__pthread_kill_other_threads_np) weak_extern (__pthread_kill_other_threads_np)