Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit962c258

Browse files
committed
Comment out no-op ps updates for setproctitle(), until we figure out
what to do.
1 parentd264fb4 commit962c258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/ps_status.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ extern char Ps_status_buffer[];
2424
} while (0)
2525

2626
#definePS_CLEAR_STATUS() \
27-
do { Ps_status_buffer[0] = '\0'; } while (0)
27+
do {/*Ps_status_buffer[0] = '\0';*/ }while (0)
2828

2929
#definePS_SET_STATUS(status) \
30-
do { strcpy(Ps_status_buffer, (status)); } while (0)
30+
do {/*strcpy(Ps_status_buffer, (status));*/ }while (0)
3131

3232
#definePS_STATUS (Ps_status_buffer)
3333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp