Browse Source

Update.

* sysdeps/unix/sysv/linux/execve.c: Pretty print.
cvs/glibc-2-2-branch
Ulrich Drepper 27 years ago
parent
commit
de4bd08445
  1. 2
      ChangeLog
  2. 3246
      po/libc.pot
  3. 6
      sysdeps/unix/sysv/linux/execve.c

2
ChangeLog

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

3246
po/libc.pot

File diff suppressed because it is too large

6
sysdeps/unix/sysv/linux/execve.c

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

Loading…
Cancel
Save