mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
14 lines
278 B
Diff
14 lines
278 B
Diff
diff --git a/lib/pipeline.c b/lib/pipeline.c
|
|
index 26478f9..1612307 100644
|
|
--- a/lib/pipeline.c
|
|
+++ b/lib/pipeline.c
|
|
@@ -75,6 +75,8 @@
|
|
# endif
|
|
#endif
|
|
|
|
+const char* program_name = "libpipeline";
|
|
+
|
|
#if defined(HAVE_SETENV) && !defined(HAVE_CLEARENV)
|
|
int clearenv (void)
|
|
{
|